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

Add new

@endsection @section('content') @livewire('dashboard.payment-plan.payment-plan', ['features' => $features, 'plans' => $plans]) {{--
{{ csrf_field() }}
--}} @endsection @push('scripts') {{-- --}} @endpush