@extends('layouts.app') @section('content')
@if(Session::has('quote') && Session::get('quote')['cover_type'] == 'F') @else @endif
@if(Session::has('quote') && Session::get('quote')['policy_type'] == 'COMP')

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

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

@else

Make Your Own Plan

We’ll spend a bit longer to create a policy tailored to your needs. Pay only for what you need while you create a customized policy in under 3 minutes.

@endif

Overview

@if(Session::has('quote') && Session::get('quote')['policy_type'] == 'COMP') @if($policy_data['selected'][0]['plan_include'])

Your Base Plan Includes

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

Your Base Plan Includes

  • Emergency accident and sickness medical expenses, evacuation and repatriation
  • Dental expenses
  • Personal Accident (including common carrier)
@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 == 'IT')
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.
--}}
@php $activeId = ''; @endphp @foreach($policy_data['extensions'] as $extension) @php $srcc = $extension['code'] @endphp @php $activeClass = ''; @endphp @if($srcc == 'SRCC' && $policy_data['it_policy_type'] == 'COMP') @php $activeId = $extension['id']; @endphp @php $activeClass = 'active'; @endphp @endif @if ($policy_data['it_policy_type'] == 'COMP')
@else
@endif
{{$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() }}
@endsection