@extends('layouts.app') @section('content')

{{$policy_data['selected'][0]['title']}}

{{$policy_data['selected'][0]['description']}}

Overview

@if($policy_data['selected'][0]['plan_include'])

Your Plan Includes

{!! $policy_data['selected'][0]['plan_include'] !!}
@endif @if($policy_data['selected'][0]['plan_exclude'])

Your Plan Excludes

{!! $policy_data['selected'][0]['plan_exclude'] !!}
@endif

For more inclusions and exclusions, please refer the policy document.

@if($policy_data['insurance_type'][0]->code == 'PA')
Please select your Cover Enhancements

Cover Enhancements

Selecting any cover enhancement will double your policy benefit in the event of an accident. Feel free to select multiple cover enhancements, however, your policy benefit will not exceed the more than 2x of the values stated above.
@foreach($policy_data['extensions'] as $extension)
{{$extension['title']}}
{{$extension['title']}}
{{$extension['short_description']}}
@if($extension['is_default'] == 0)
@else @endif {{--@if($extension['is_percentage']){{$extension['value']}}% @else {{$extension['value']}} @endif--}}
@endforeach
@endif
{{ csrf_field() }} @if($policy_data['selected_cover_code'] == 'SV') @endif @if($policy_data['selected_cover_code'] == 'GD') @endif @if($policy_data['selected_cover_code'] == 'PT') @endif
@endsection