@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 memorial service?
memorial_instructions) ? 'checked' : '' }}> memorial_instructions) ? 'checked' : '' }}>
@php $memorial_instructionsArray = json_decode($endoflifePlanForm->memorial_instructions, true) @endphp @if(!empty($endoflifePlanForm->memorial_instructions) && count($memorial_instructionsArray) > 0) @foreach($memorial_instructionsArray as $index => $details)
Describe your wishes in complete sentences:
Remove
e.g. I would like balloons to be released into the air at the end of the service.
@endforeach @else
Describe your wishes in complete sentences:
Remove
e.g. I would like balloons to be released into the air at the end of the service.
@endif
@endsection @section('page-js') @endsection