| {{ __('Clinic Name') }} | {{ __('Branch') }} | {{ __('Department') }} | {{ __('Location') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $clinic->name }} | {{ $clinic->branch->name ?? '-' }} | {{ $clinic->department->name ?? '-' }} | {{ $clinic->notes ?? '-' }} | {{ $clinic->active ? __('Active') : __('Inactive') }} | {{ __('Edit') }} |
| {{ \App\Helpers\TranslationHelper::transFromDatabase('No clinics configured', __('لم يتم تهيئة عيادات بعد')) }} | |||||