@extends('customerDashboard.layout') @section('content')

Renewals

Please complete the process below to renew your policy. Renewals are per annum.
{{-- Vehicle area start --}} @if($data->insurance_code == 'MT')
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
@endif {{-- Vehicle area end --}} {{-- Pet and Mobile area start --}} @if($data->insurance_code == 'PT' || $data->insurance_code == 'MB')
Policy Number
{{ $data->reference }}
Policy Type
{{ $data->title }}
Renewal Start Date
{{ $data->policy_end_date }}
Policy Price
LKR {{ $gross_premium }}
@endif {{-- Pet and Mobile area end --}} {{-- Life style area start --}} @if($data->insurance_code == 'LS')
Policy Type
{{ $data->title }}
Lifestyle Covers
@foreach ($extension_packs as $i => $item) {{ $item['title'] }}
@endforeach
Renewal Start Date
{{ $data->policy_end_date }}
Policy Price
LKR {{ $gross_premium }}
Total Extention Amount
LKR {{ $total_extension_amount }}
@endif {{-- Life Style area end --}} {{-- common area end --}}
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 }}
{{-- common area end --}}
{{-- Vehicle details start --}} @if($data->insurance_code == 'MT')
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 }}
@endif {{-- Vehicle details end --}} {{-- Pet details start --}} @if($data->insurance_code == 'PT')
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 }}
@endif {{-- Pet details end --}} {{-- Mobile details start --}} @if($data->insurance_code == 'MB')
Mobile Brand
{{ $data->phone_make }}
Mobile Model
{{ $data->phone_model }}
@endif {{-- Mobile details end --}}
{{-- Customer Details start --}}
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 }}
{{-- Customer Details start --}}
@endsection @section('custom-js') @endsection