@extends('layouts.v2.frontend-user-backend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.v2.End-Of-Life-Plan.stepIndicator')
@csrf

Additional instructions

Do you wish to include any other instructions regarding your graveside service?

graveside_additional_instructions_status) && $endoflifePlanForm->graveside_additional_instructions_status == "yes" ? 'checked' : ''}}>
graveside_additional_instructions_status) && $endoflifePlanForm->graveside_additional_instructions_status == "no" ? '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