@extends('layouts.admin') @section('title', 'Divisions') @section('content')
Manage school divisions and their accounts
| Division | Code | Contact | Submissions | Status | Actions |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($d->name, 0, 2)) }}
{{ $d->name }} @if($d->contact_email){{ $d->contact_email }} @endif |
{{ $d->code }} | {{ $d->contact_person ?? '—' }} | {{ $d->submissions_count }} | @if($d->status === 'active') Active @else Inactive @endif |