@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 service?
other_service_instructions) ? 'checked' : '' }}> other_service_instructions) ? '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