@foreach($data as $item)
@if($item->urut == 1)
Harta Benda (Property) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 2)
Kendaraan Bermotor (Own Damage, Thrid Party) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 3)
Pengangkutan (Marine Cargo) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 4)
Rangka Kapal (Marine Hull) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 5)
Rangka Pesawat (Aviation Hull) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 6)
Satelit |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 7)
energi Onshore (Oil dan Gas) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 8)
Energi Offshore (Oil dan Gas) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 9)
Rekayasa (Engineering) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 10)
Tanggung Gugat (Liability) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 11)
Kecelakaan Diri |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 12)
Kesehatan |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 13)
Kredit (Credit) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 14)
Suretyship |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 15)
Aneka |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
@foreach($data as $item)
@if($item->urut == 16)
Jiwa*) |
{{ number_format($item->jumpol, 0, '.', '') }}
|
{{ number_format($item->premi, 2, '.', ',') }}
|
{{ number_format($item->claim, 2, '.', ',') }}
|
@endif
@endforeach
Total |
{{ number_format($totalJumpol, 0, '.', '') }}
|
{{ number_format($totalPremi, 2, '.', ',') }}
|
{{ number_format($totalClaim, 2, '.', ',') }}
|