@extends('layouts.app') @section('title', 'Super Admin Dashboard | Institution Axis') @section('sidebar-menu')
© 2026 Institution Axis
@endsection @section('breadcrumb') Home / Super Admin Dashboard @endsection @section('navbar-right') @endsection @section('content')Total Schools
Teachers
Students
Revenue (YTD)
| # | School Name | Type | Students | Status |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $school->name }} | {{ ucfirst($school->type) }} | {{ number_format($school->student_count) }} | {{ ucfirst($school->status) }} |