@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 graveside service?
graveside_additional_instructions) ? 'checked' : '' }}> graveside_additional_instructions) ? 'checked' : '' }}>
@php $graveside_instructionsArray = json_decode($endoflifePlanForm->graveside_additional_instructions, true) @endphp @if(!empty($endoflifePlanForm->graveside_additional_instructions) && count($graveside_instructionsArray) > 0) @foreach($graveside_instructionsArray as $index => $details)
Describe your wishes in complete sentences:
Remove
e.g. I would like my husband and two daughters to each throw a spadeful of dirt on my coffin.
@endforeach @else
Describe your wishes in complete sentences:
Remove
e.g. I would like my husband and two daughters to each throw a spadeful of dirt on my coffin.
@endif
@endsection @section('page-js') @endsection