| {{ __('Provider') }} | {{ __('Policy #') }} | {{ __('Validity') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $policy->provider->name }} | {{ $policy->policy_number }} | {{ $policy->start_date ? $policy->start_date->format('Y-m-d') : '-' }} - {{ $policy->end_date ? $policy->end_date->format('Y-m-d') : '-' }} | {{ $policy->active ? __('Active') : __('Inactive') }} | {{ __('Edit') }} |