{{ $policy->policy_number }}
|
{{ number_format($policy->insured_amount, 2, ',', '.') }}
|
{{ number_format($policy->premium, 2, ',', '.') }}
|
{{ $policy->start_date }}
|
{{ $policy->end_date }}
|
@if ($policy->status == 'active')
{{ $policy->status }}
@else
{{ $policy->status }}
@endif
|
{{-- --}}
|
@empty