@extends('adminlte::page')
@section('css')
@endsection
@section('title', 'Reef | Payment Plans')
@section('content_header')
@endsection
@section('content')
@livewire('tables.payment-plan')
Archived Plans
@livewire('tables.payment-plan-archived')
{{-- @include('cms.payment-plans.partials.list') --}}
@endsection