| {{ __('Service Name') }} | {{ __('English Name') }} | {{ __('Category') }} | {{ __('Price') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $service->item->name ?? '-' }} | {{ $service->item->name_en ?? '-' }} | {{ $service->category->name ?? '-' }} | {{ number_format($service->item->sale_price ?? 0, 2) }} | {{ $service->active ? __('Active') : __('Inactive') }} | {{ __('Edit') }} |
| {{ \App\Helpers\TranslationHelper::transFromDatabase('No services defined', __('لم يتم تعريف خدمات بعد')) }} | |||||