{{-- filepath: resources/views/faculty/index.blade.php --}}
| ID | Name | Position | Sort Order | Active | Updated At | Actions |
|---|---|---|---|---|---|---|
| {{ $faculty->id }} | {{ $faculty->name }} | {{ $faculty->position ?? '-' }} | {{ $faculty->sort_order }} | {{ (int)$faculty->active === 1 ? 'Active' : 'Inactive' }} | {{ optional($faculty->updated_at)->format('M d, Y') }} | Edit |
| No faculty records found. | ||||||