@extends('adminlte::page')
@section('css')
@endsection
@section('title', 'Reef | Payment Plan')
@section('content_header')
@endsection
@section('content')
@livewire('dashboard.payment-plan.payment-plan', ['features' => $features, 'plans' => $plans])
{{-- --}}
@endsection
@push('scripts')
{{-- --}}
@endpush