@extends('layout.main') @section('main-section')

EFU Property Management Portal

Reinsurance Slip

Claim Entry Date :      {{$assign->_Date}}

Reference No. : {{$assign->_Reference}}

Slip ID. : {{$assign->_Slip_ID}}

Name Of Insured {{$assign->_NameOfInsured}}
Situation Location
Type Of Cover {{$assign->_TypeOfCover}}
Limit of Liability {{$assign->_LimitOfLiability}}
Property Covered
Period {{$assign->_PeriodFrom}} - {{$assign->_PeriodTo}}
Deductibles
Sum Insured
@foreach ($assign1 as $ass) @endforeach
{{$ass->_SumInsuredBMC}} {{$ass->_SumInsuredAmount}}
TOTAL : {{$assign1_total}}/=


R I Gross Rates
@foreach ($assign2 as $as2) @endforeach
{{$as2->_R_IGrossRatesBMC}} {{$as2->_R_IGrossRatesAmount}}


R I Gross Premiums
@foreach ($step1_1_bmc as $bmc1) @foreach ($step1_2_bmc as $bmc2) @endforeach @endforeach @foreach ($step1_1_stock_G as $stockg1) @foreach ($_step1_2_stock_G as $stockg2) @foreach ($declaration as $declar) @endforeach @endforeach @endforeach @foreach ($step1_1_stock_o as $stocko1) @foreach ($step1_2_stock_o as $stocko2) @endforeach @endforeach @foreach ($step1_1_stock_lop as $lop1) @foreach ($step1_2_stock_lop as $lop2) @endforeach @endforeach
{{$bmc1->_SumInsuredBMC}} {{$bmc1->_SumInsuredAmount * $bmc2->_R_IGrossRatesAmount / 1000}}
{{$stockg1->_SumInsuredBMC}} - {{$declar->_DeclarationG}}% {{$stockg1->_SumInsuredAmount * $stockg2->_R_IGrossRatesAmount / 1000 * $declar->_DeclarationG / 100}}
{{$stocko1->_SumInsuredBMC}} - {{$declar->_DeclarationO}}% {{$stocko1->_SumInsuredAmount * $stocko1->_R_IGrossRatesAmount / 1000 * $declar->_DeclarationO / 100}}
{{$lop1->_SumInsuredBMC}} {{$lop1->_SumInsuredAmount * $lop2->_R_IGrossRatesAmount / 1000}}
TOTAL : {{$table3_1+$table3_2+$table3_3+$table3_4}}/=


PRCL Share {{$assign->_PRCLShare}}%


PRCL Share Gross Premium
{{$bmc1->_SumInsuredBMC}} {{$table3_1 * $assign->_PRCLShare /100}}
{{$stockg1->_SumInsuredBMC}} {{$table3_2 * $assign->_PRCLShare /100}}
{{$stocko1->_SumInsuredBMC}} {{$table3_3 * $assign->_PRCLShare /100}}
{{$lop1->_SumInsuredBMC}} {{$table3_4 * $assign->_PRCLShare /100}}
TOTAL : {{$table3_1 * $assign->_PRCLShare /100+$table3_2 * $assign->_PRCLShare /100+$table3_3 * $assign->_PRCLShare /100+$table3_4 * $assign->_PRCLShare /100}}/=


Reinsurance Commission {{$assign->_ReinsuranceComission}}%


PRCL Share Net Premium
{{$bmc1->_SumInsuredBMC}} {{$table3_1 * $assign->_PRCLShare / 100 - $table3_1 * $assign->_PRCLShare / 100 * $assign->_ReinsuranceComission / 100}}
{{$stockg1->_SumInsuredBMC}} {{$table3_2 * $assign->_PRCLShare / 100 * $assign->_ReinsuranceComission - $table3_2 * $assign->_PRCLShare / 100}}
{{$stocko1->_SumInsuredBMC}} {{$table3_3 * $assign->_PRCLShare / 100 * $assign->_ReinsuranceComission - $table3_3 * $assign->_PRCLShare / 100}}
{{$lop1->_SumInsuredBMC}} {{$table3_4 * $assign->_PRCLShare / 100 * $assign->_ReinsuranceComission - $table3_4 * $assign->_PRCLShare / 100}}
TOTAL : {{$fivetotal1+$fivetotal2+$fivetotal3+$fivetotal4}}/=




Application Created By:

______________________

Surveyor Company     {{""}}

Assigned By {{ ""}}

@endsection('main-section')