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

Payment Plans List

{{-- Add new --}}
@endsection @section('content') @livewire('tables.payment-plan')

Archived Plans

@livewire('tables.payment-plan-archived')
{{-- @include('cms.payment-plans.partials.list') --}} @endsection