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

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

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

@if($policy_data['selected_cover_code'] == 'TP' || $policy_data['selected_cover_code'] == 'TL')

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
{{ csrf_field() }}
@endif @include('front.includes.terms') @include('front.includes.other-policies') @endsection