| Policy # | Customer | Company | Premium | Period | Status |
|---|---|---|---|---|---|
| {{ $policy->policy_number }} | {{ $policy->customer->name ?? 'N/A' }} | {{ $policy->company->name ?? 'N/A' }} | {{ number_format($policy->premium ?? 0, 2) }} EGP | {{ $policy->start_date->format('M d') }} — {{ $policy->end_date->format('M d, Y') }} | {{ $policy->status }} |
| No policies found. | |||||