@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Additional Instructions
Do you wish to include any other instructions regarding your funeral?
funeral_instructions) ? 'checked' : '' }}> funeral_instructions) ? 'checked' : '' }}>
@php $funeral_instructionsArray = json_decode($endoflifePlanForm->funeral_instructions, true) @endphp @if(!empty($funeral_instructionsArray) && count($funeral_instructionsArray) > 0) @foreach($funeral_instructionsArray as $index => $details)
Describe your wishes in complete sentences:
Remove
e.g. I would like my husband to give a toast and speech at my visitation.
@endforeach @else
Describe your wishes in complete sentences:
Remove
e.g. I would like my husband to give a toast and speech at my visitation.
@endif
@endsection @section('page-js') @endsection