{{-- Vehicle area start --}}
@if($data->insurance_code == 'MT')
@endif
{{-- Vehicle area end --}}
{{-- Pet and Mobile area start --}}
@if($data->insurance_code == 'PT' || $data->insurance_code == 'MB')
@endif
{{-- Pet and Mobile area end --}}
{{-- Life style area start --}}
@if($data->insurance_code == 'LS')
@endif
{{-- Life Style area end --}}
{{-- common area end --}}
{{-- common area end --}}
{{-- Customer Details start --}}
{{--
--}}
{{-- Customer Details start --}}
Policy Number
{{ $data->reference }}
Sum Insured
LKR 6,000,000.00
Renewal Start Date
{{ $data->policy_end_date }}
Policy Price before deductions
LKR 120,000.00
No Claim Bonus Deduction
(LKR 8,000.00)
Policy Number
LKR 112,000.00
Policy Price after deductions
LKR 12,000.00
Policy Number
{{ $data->reference }}
Policy Type
{{ $data->title }}
Renewal Start Date
{{ $data->policy_end_date }}
Policy Price
LKR {{ $gross_premium }}
Policy Type
{{ $data->title }}
Lifestyle Covers
@foreach ($extension_packs as $i => $item)
{{ $item['title'] }}
@endforeach
@endforeach
Renewal Start Date
{{ $data->policy_end_date }}
Policy Price
LKR {{ $gross_premium }}
Total Extention Amount
LKR {{ $total_extension_amount }}
Taxes and Other Charges
policy_fee Fee
Stamp Duty
NBT
VAT
Totel Taxes
LKR {{ $taxes['total_tax'] }}
LKR {{ $taxes['police_fee'] }}
LKR {{ $taxes['stamp_duty'] }}
LKR {{ $taxes['nbt'] }}
LKR {{ $taxes['vat'] }}
LKR {{ $taxes['total_tax'] }}
Total Cost
LKR {{ $total_premium }}
{{-- Vehicle details start --}}
@if($data->insurance_code == 'MT')
@endif
{{-- Vehicle details end --}}
{{-- Pet details start --}}
@if($data->insurance_code == 'PT')
@endif
{{-- Pet details end --}}
{{-- Mobile details start --}}
@if($data->insurance_code == 'MB')
@endif
{{-- Mobile details end --}}
Vehicle Type
{{ $data->vehicle_type }}
Vehicle Make
{{ $data->make }}
Vehicle Model
{{ $data->model }}
Vehicle YoM
{{ $data->vehicle_yom }}
Vehicle Fuel Type
{{ $data->fuel_type }}
Vehicle Number Type
{{ $data->vehicle_number }}
Vehicle Registration Number
{{ $data->registration_date }}
First Registration Date
{{ $data->registration_date }}
Cylinder Capacity
{{ $data->cc }}
Pet Type
{{ $data->pet_category }}
Pet Bread
{{ $data->pet_breed }}
Pet Name
{{ $data->pet_name }}
Pet Gender
{{ $data->pet_gender }}
Pet Birthdate
{{ $data->pet_dob }}
Mobile Brand
{{ $data->phone_make }}
Mobile Model
{{ $data->phone_model }}
Owner Name
{{ $data->customer_name }}
Owner NIC
{{ $data->customer_nic }}
Owner Address
{{ $data->customer_address }}
Owner City
{{ $data->customer_address }}
Owner Mobile No
{{ $data->customer_telephone }}