@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 thoughts

`

Do you have any final thoughts or messages? ?

final_thoughts_status) && $endoflifePlanForm->final_thoughts_status == "yes" ? 'checked' : '' }}>
final_thoughts_status) && $endoflifePlanForm->final_thoughts_status == "no" ? 'checked' : '' }}>
@if(empty($anothermessage))
e.g. To my cousin George: I always knew you would outlive me.
@else @foreach(json_decode($endoflifePlanForm->final_thoughts) as $index => $amsg)
e.g. To my cousin George: I always knew you would outlive me.
@endforeach @endif
@endsection @section('page-js') @endsection