@extends(getTemplate('admin')) @section('content') @push('custom-css') @endpush @php $years = range(2020, date('Y',time())); $current_year = $_GET['year'] ?? date('Y'); @endphp

{{__('admin.payments_customerspayments')}}

{{$title}}

Total Subscriptions Active & Expired


Loading..

Orders/Invoices


Loading..

@push('custom-js') @endpush @endsection