@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | Staff') @section('page-title', 'Staff') @section('content')
| Staff member | Designation | TSC | Status | @include('layouts.partials.school-th')Actions | ||
|---|---|---|---|---|---|---|
|
@if($m->designation)
{{ $m->designation }}
@else
—
@endif
{{ $m->department ?? 'No department' }}
|
{{ $m->tsc_no ?? '—' }} | {{ ucfirst(str_replace('_', ' ', $m->status)) }} | @include('layouts.partials.school-td', ['schoolId' => $m->school_id ?? null])||||
|
No staff found Try adjusting your search or add a new staff member. Add Staff Clear filters |
||||||