@include('layouts.flashmessages')
Dashboard
Balance
122.5692.00 BTC
11.1% Outstanding balance boost
Total Teachers
{{ $teachers }}
Total Classes
{{ $classes }}
Total Divisions
{{ $divisions }}
All Notifications
{{ $totalnotifications }}
Report
Cash Flow
Notification Status
|
{{-- Icon based on type --}}
@if(isset($notification->TTID))
@else
@endif
{{-- Title and Message --}}
{{ $notification->Title ?? '' }}{{ $notification->title ?? '' }}{{ Str::limit($notification->Message, 40) }} |
{{-- Type (Staff/Student) --}}
{{ isset($notification->TTID) ? 'Teacher' : 'Student' }}
{{ \Carbon\Carbon::parse($notification->Notfct_date ?? $notification->Notftn_date)->format('d M Y') }} |
Total Teacher Notifications
{{ $staffCount }}
Total Student Notifications