@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