@extends('layouts.app') @section('content')
@if($added_services[0]['extensions'])

Extension Packs

@foreach($added_services[0]['extensions'] as $ext)
{{ $ext['title'] }}
{{ $ext['description'] }}
LKR {{ number_format($ext['pivot']['amount'],2) }}
@endforeach
@endif
Gross Premium
LKR {{number_format($policy_data['gross_premium'],2)}}
Taxes and Other Charges LKR {{number_format($policy_data['total_tax'],2)}}
Total Premium
{{--@if($policy_data['discount_applied'] == 'Yes')
LKR{{number_format($policy_data['total_activation_fee'],2)}}
@endif--}} LKR {{number_format($policy_data['total_activation_fee'] ,2)}}
@if (isset($calc_policy_data['mode']) && $calc_policy_data['mode'] == \App\Insurance\Calculations::ANNUALLY)
{{ $calc_policy_data['policy_mode_desc'] }}
LKR {{number_format($calc_policy_data[$calc_policy_data['mode']]['total_premium']['fixed'] ,2)}} {{ $calc_policy_data['policy_mode_sub_desc'] }}
@endif
{{ csrf_field() }} @if($policy_data['product_code'] == 'SV') @endif @if($policy_data['product_code'] == 'GD') @endif @if($policy_data['product_code'] == 'PT') @endif
@endsection