@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 cremation?
additional_instruction) ? 'checked': ''}}> additional_instruction) ? 'checked': ''}}>
@php $additional_instructionArray = json_decode($endoflifePlanForm->additional_instruction, true); @endphp @if(!empty($endoflifePlanForm->additional_instruction) && count($additional_instructionArray) > 0) @foreach($additional_instructionArray as $index => $additional_instruction)
Additional instruction
Remove
Describe your wishes in complete sentences:
e.g. I would like by husband and children, along with other family members, present at my cremation.
@endforeach @else
Additional instruction
Remove
Describe your wishes in complete sentences:
e.g. I would like by husband and children, along with other family members, present at my cremation.
@endif
@endsection @section('page-js') @endsection