XXXSchool

Dashboard Summary Report

Student Applications
Accepted{{ $accept }}
Pending{{ $pending }}
Rejected{{ $reject }}
Students Overview
Active Students{{ $totalStudents }}
Alumni{{ $totalAlumni }}
Financial Summary
Cash in Hand{{ number_format($cashInHandBalance, 2) }}
Student Dues{{ number_format($studentDue, 2) }}
Payable{{ number_format($payable, 2) }}
Total Expense{{ number_format($totalExpense, 2) }}
Salary Expense{{ number_format($totalSalaryExpense, 2) }}
Other Income{{ number_format($totalOtherIncome, 2) }}
Income from Students{{ number_format($incomeFromStd, 2) }}
Active Students by Class
@foreach ($stdCountClass as $class) @endforeach
ClassActive Count
{{ $class->name }} {{ $class->active_count }}
Active Staff by Position
@foreach ($positions as $position) @endforeach
PositionActive Count
{{ ucfirst($position->title) }} {{ $position->active_count }}

Generated on {{ \Carbon\Carbon::now()->format('d M Y, h:i A') }}