@extends('adminlte::page') @section('css') @endsection @section('title', 'Reef | Payment Plans') @section('content_header')

Features Edit

@endsection @section('content') @livewire('dashboard.features.features-form', ['features' => $features]) @endsection