@extends('layouts.app') @section('title', 'School Admin Dashboard | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')

{{ auth()->user()->school?->name ?? 'Institution Axis' }}

@endsection @section('breadcrumb') Home / School Dashboard @endsection @section('navbar-right')
5
@endsection @section('content')

1,280

Total Students

42

Teachers

KES 1.2M

Fees Collected

94%

Attendance Rate

Performance Trends
Recent Fee Payments
StudentAmountDate
James MwangiKES 12,500Apr 8, 2026
Lilian AchiengKES 8,200Apr 7
Pending Approvals (Staff/Leaves)
RequestTeacherStatusAction
Leave ApplicationAnn WanjikuPending
Overtime ClaimPeter OmondiPending
@endsection @section('custom-scripts') @endsection