@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
@if(isset($endoflifePlanForm->executor) && $endoflifePlanForm->executor == "no" )
Your Appointee
Who will carry out your final wishes?
@if(empty($endoflifePlanForm->appointee_details))
Appointee
Remove
@else @foreach(json_decode($endoflifePlanForm->appointee_details) as $appointee_detail)
Appointee
Remove
@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))
Executor
Remove
@else @foreach(json_decode($endoflifePlanForm->executor_details) as $executor_detail)
Executor
Remove
@endforeach @endif
@endif
@endsection @section('page-js') @endsection