@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content')
| # | Code | Name (BM) | Name (EN) | Parent | Actions |
|---|---|---|---|---|---|
| @if($filterActive && count($departments) > 1) @elseif($filterActive && count($departments) <= 1) @else @endif {{ $filterActive ? ($departments->currentPage() - 1) * $departments->perPage() + $loop->iteration : $department->display_sort }} | {{ $department->directory_department_code ?? '-' }} | {{ $department->directory_department_name ?? '-' }} | {{ $department->directory_department_name_en ?? '-' }} | {{ $department->parent_name ?? $department->parent?->directory_department_name ?? '—' }} | |
No departments foundClick "Create New" to add your first entry. |
|||||