| {{ __('Package Name') }} | {{ __('Total Price') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $package->name }} | {{ number_format($package->total_price, 2) }} | {{ $package->active ? __('Active') : __('Inactive') }} | {{ __('Manage Items') }} {{ __('Edit') }} |
| {{ \App\Helpers\TranslationHelper::transFromDatabase('No medical packages configured', __('لم يتم تهيئة باقات طبية بعد')) }} | |||