@php use Carbon\Carbon; use App\Models\DaClass; use App\Models\LevelCompletionModule\LevelCompletion; // Get current month name $currentMonth = Carbon::now()->format('F'); // Get last month name $lastMonth = Carbon::now()->subMonth()->format('F'); // Get the month before last name $monthBeforeLast = Carbon::now()->subMonths(2)->format('F'); @endphp Dashboard - Dreamers Academy
@can('trial_class.list')

Total
Registrations

@endcan @can('trial_class_student_yesterday.list')

Yesterday's
Trial Classes

@endcan @can('trial_class_student_today.list')

Today's
Trial Classes

@endcan @can('trial_class_student_tomorrow.list')

Tomorrow's
Trial Classes

@endcan
@can('students.list')

Total
Students

@endcan @can('admitted_student.list')

Active
Students

@endcan @can('dashboard_student_not_assigned')

Student
not assigned

0
@endcan @can('on_hold_students.list')

Students
On Hold

@endcan @can('terminated_student.list')

Terminated
Students

@endcan @can('graduated_student.list')

Graduated
Students

@endcan
@can('dashboard_prospect_student')

Prospect
Students

0
@endcan @can('dashboard_new_admission_student')

New Admission
Students

0
@endcan
@can('dashboard_student_by_class_type')

CSR
Students

0

Group
Students

0

One To One
Students

0
@endcan
@can('dashboard_level_announcement')

Level
Completion

0
@endcan
@can('dashboard_received_payment')

Total Payment Received ({{ now()->format('M') }})

0

Payment for the Month of

Upcoming Dues

0

Due for the Month of

@endcan
@can('dashboard_wrong_payment')

Wrong
Payments

0
@endcan
@can('student_due_payment.list')

Due
Payments

@endcan @can('dashboard_month_due')

1 Month
Due

0

2 Month
Due

0

3+ Month
Due

0
@endcan @can('dashboard_wrong_due')

Wrong
Due

0
@endcan
@can('current_last_month_revenue')

{{ $currentMonth }}
Revenue

0

{{ $lastMonth }}
Revenue

0

{{ $monthBeforeLast }}
Revenue

0
@endcan