| {{ __('Company Name') }} | {{ __('Provider Code') }} | {{ __('Phone') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $insurance->name }} | {{ $insurance->code ?? '-' }} | {{ $insurance->phone ?? '-' }} | {{ $insurance->active ? __('Active') : __('Inactive') }} | {{ __('Edit') }} |
| {{ \App\Helpers\TranslationHelper::transFromDatabase('No insurance providers configured', __('لم يتم تهيئة شركات تأمين بعد')) }} | ||||