{{-- Employees index --}} @extends('admin.layouts.app') @section('title', 'Employees') @section('breadcrumb')
Teachers and non-teaching staff
| Employee | Code | Designation | Department | Type | Phone | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($emp->user->name??'E', 0, 2)) }}
{{ $emp->user?->name }}
{{ $emp->user?->email }}
|
{{ $emp->employee_code }} |
{{ $emp->designation?->name ?? '—' }} | {{ $emp->department?->name ?? '—' }} | {{ ucfirst($emp->type) }} | {{ $emp->phone ?? '—' }} | {{ ucfirst(str_replace('_',' ',$emp->status)) }} | |
| No employees found | |||||||