@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 service?

in_memorial_service) && $endoflifePlanForm->in_memorial_service == "yes" ? 'checked' : ''}}>
in_memorial_service) && $endoflifePlanForm->in_memorial_service == "no" ? 'checked' : ''}}>
@php $other_minstructionsArray = json_decode($endoflifePlanForm->other_service_instructions, true) @endphp @if(!empty($endoflifePlanForm->other_service_instructions) && count($other_minstructionsArray) > 0) @foreach($other_minstructionsArray as $index => $details)
Describe your wishes in complete sentences:
Remove
e.g. I would like my family and friends to have the opportunity to speak at my vigil.
@endforeach @else
Describe your wishes in complete sentences:
Remove
e.g. I would like my family and friends to have the opportunity to speak at my vigil.
@endif
@endsection @section('page-js') @endsection