@extends('layouts.app') @section('content')
@if ($policy_data->planName == 'Family') @else @endif

{{$policy_data->planName}}

Whether you're traveling for leisure or business, you’ll be at peace of mind knowing everything is covered. Even the best laid travel plans could be affected by medical emergencies, lost luggage, delayed flights or severe weather conditions. With Fairfirst Travel Insurance these could be nothing less than just another fun memory.

Overview

Your Plan Includes

    @foreach($policy_data->planBenefit as $benefit)
  • {{ ucfirst(strtolower($benefit->desc)) }} upto USD {{ strtolower(str_replace('$', '', $benefit->limit)) }}
  • @endforeach
{{--

Your Plan Excludes

 
--}}
{{--

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

--}}
Total
LKR {{number_format($policy_data->premium,2)}}
{{ csrf_field() }}
{{-- @include('front.includes.terms')--}} {{--@include('front.includes.other-policies')--}} @endsection