@extends('layouts.app') @section('title', 'Workload Overview | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')
{{ auth()->user()->school?->name ?? 'Institution Axis' }}
@endsection @section('breadcrumb') Home / Staff / Workload @endsection @section('navbar-right') @endsection @section('content')| # | Teacher | Department | Designation | Assignments | Load | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $s->full_name }}
{{ $s->user->email }}
|
{{ $s->department ?? '—' }} | {{ $s->designation ?? '—' }} | {{ $periods }} |
|
Details |
| No active staff found. | ||||||