@extends('layouts.app') @section('title', 'Manage Schools | Super Admin') @section('sidebar-menu')
| # | School Name | Code | Type | Students | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $school->name }} | {{ $school->code }} | {{ ucfirst($school->type) }} | {{ number_format($school->student_count) }} | {{ ucfirst($school->status) }} | Edit |