|
@if($logoPath)
{{ strtoupper(substr($schoolName, 0, 1)) }}
@endif
|
{{ $schoolName }}
{{ $schoolTagline }}
{{ $schoolContact }}
|
Learners Register ({{ number_format($total) }})
| # | Adm No | Name | Gender | Class | Guardian | Status |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $l->admission_no }} | {{ $l->first_name }} {{ $l->last_name }} | {{ $l->gender ?? '—' }} | @if($l->schoolClass){{ $l->schoolClass->name }}@else — @endif | {{ $l->guardian_name ?? '—' }}{{ $l->guardian_phone ? ' ('.$l->guardian_phone.')' : '' }} | {{ $l->status }} |
| No learners found for these filters. | ||||||