@if(isset($endoflifePlanForm->executor) && $endoflifePlanForm->executor == "no" )
Your Appointee
Who will carry out your final wishes?
@if(empty($endoflifePlanForm->appointee_details))
@else
@foreach(json_decode($endoflifePlanForm->appointee_details) as $appointee_detail)
@endforeach
@endif
@endif
@if(isset($endoflifePlanForm->executor) && $endoflifePlanForm->executor == "yes" )
Your Appointee
Who is the executor of your Last Will?
@if(empty($endoflifePlanForm->executor_details))
@else
@foreach(json_decode($endoflifePlanForm->executor_details) as $executor_detail)
@endforeach
@endif
@endif