@extends('layouts.app') @section('title', 'Staff Dashboard') @section('content')
| Staff ID | Name | Department | Designation | Status | Actions |
|---|---|---|---|---|---|
| {{ $teacher->staff_id }} | {{ $teacher->user->name }} | {{ $teacher->department->name ?? '—' }} | {{ $teacher->designation->name ?? '—' }} | {{ $teacher->status }} | View Edit |
| No staff records yet. | |||||