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

Motor Insurance

3rd Party Insurance
Total Loss
Per day LKR {{ number_format($TL_total_premium/365, 2, '.', ',') }}
{{-- if product type TL or COMP switch on --}}
Comprehensive
Per day LKR {{ number_format($COMP_total_premium/365, 2, '.', ',') }}
@endsection @section('custom-js') @endsection