@extends('index') @section('content')
@include('layouts.flashmessages')

Dashboard

Upgrade you plan for
Great experience

Upgarde Now
Balance

122.5692.00 BTC

11.1% Outstanding balance boost

Total Teachers

{{ $teachers }}

Total Classes

{{ $classes }}

Total Divisions

{{ $divisions }}

All Notifications

{{ $totalnotifications }}

Income

76%

Expense

23%

Other

1%
You have $1.53 remaining found over ...View Details

Notification Status

@foreach($latestNotifications as $notification) {{-- Type (Staff/Student) --}} @endforeach
{{-- Icon based on type --}} @if(isset($notification->TTID)) @else @endif {{-- Title and Message --}}
{{ $notification->Title ?? '' }}
{{ $notification->title ?? '' }}
{{ Str::limit($notification->Message, 40) }}
{{ 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

{{ $studentCount }}
@endsection