{{$policy->id}}
|
@if ($policy->category_policy == 1)
Poliza de vida
@endif
@if ($policy->category_policy == 2)
Poliza de vehiculos
@endif
@if ($policy->category_policy == 3)
Poliza de daños
@endif
|
{{$policy->policy_id }}
|
{{ getClientName($policy->getClient) }}
|
{{date('d/m/Y', strtotime($policy->start_date))}}
|
{{date('d/m/Y', strtotime($policy->final_date))}}
|
{{ optional($policy->getInsurance)->name }}
|
{{optional($policy->getBranch)->name}} |
{{$policy->currency}} {{number_format($policy->insurance_total_amount, 2, '.', ',')}} |
{{$policy->currency}} {{number_format($policy->net_premium, 2, '.', ',')}} |
{{$policy->currency}} {{number_format($policy->isv, 2, '.', ',')}} |
{{$policy->currency}} {{number_format($policy->emision_cost, 2, '.', ',')}} |
{{$policy->currency}} {{number_format($policy->total_bombers, 2, '.', ',')}} |
{{$policy->quotes}} |
{{$policy->currency}} {{number_format($policy->first_quote, 2, '.', ',')}} |
{{$policy->currency}} {{number_format($policy->mensual_quote, 2, '.', ',')}} |
{{$policy->currency}} {{number_format($policy->total, 2, '.', ',')}}
|
@endforeach