@extends('layouts.app') @section('title', 'Reports Overview | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('breadcrumb') Home / Reports Overview @endsection @section('content')

{{ $totalStudents }}

Total Students

{{ $totalStaff }}

Total Staff

{{ number_format($avgAttendance, 1) }}%

Today's Attendance

KES {{ number_format($totalRevenue / 1000, 1) }}K

Total Revenue

Revenue vs Expenses
@endsection @section('custom-scripts') @endsection