@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

Final instructions

Do you have any additional end-of-life wishes?

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