@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Final Instructions
Do you have any additional end-of-life wishes?
final_instructions) ? 'checked' : '' }}> final_instructions) ? 'checked' : '' }}>
@if (empty($endoflifePlanForm->final_instructions))
Describe your wishes in complete sentences:
Remove
{{-- --}} e.g. I would like a memorial bench to be set up in my honor at the Arnold Arboretum, Boston, MA.
@else @foreach(json_decode($endoflifePlanForm->final_instructions) as $amsg)
Describe your wishes in complete sentences:
Remove
e.g. I would like a memorial bench to be set up in my honor at the Arnold Arboretum, Boston, MA.
@endforeach @endif
@endsection @section('page-js') @endsection