@if($logoPath) logo @else
{{ strtoupper(substr($schoolName, 0, 1)) }}
@endif
{{ $schoolName }}
{{ $schoolTagline }}
{{ $schoolContact }}

Staff Register ({{ number_format($total) }})

{{ $filterSummary }}

@forelse ($staff as $i => $m) @empty @endforelse
# Staff No Name Designation Phone Status
{{ $i + 1 }} {{ $m->staff_no }} {{ $m->first_name }} {{ $m->last_name }} @if($m->designation){{ $m->designation }}@else — @endif {{ $m->phone ?? '—' }} {{ $m->status }}
No staff found for these filters.