| {{ __('Department Name') }} | {{ __('Branch') }} | {{ __('Code') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $dept->name }} | {{ $dept->branch->name ?? '-' }} | {{ $dept->code ?? '-' }} | {{ $dept->active ? __('Active') : __('Inactive') }} | {{ __('Edit') }} |
| {{ \App\Helpers\TranslationHelper::transFromDatabase('No departments configured', __('لم يتم تهيئة أقسام بعد')) }} | ||||