@php $data = []; $data['title'] = "Manage department"; @endphp @include('backend.components.header_link', $data)
| S. No. | Department | Teacher Name(s) | Date | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $dept->name }} | @if ($dept->faculties->count()) {{ $dept->faculties->pluck('name')->implode(', ') }} @else No Teacher Alot @endif | {{ $dept->created_at->format('d-m-Y') }} | Delete |
| No Data Found | ||||