@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Final Thoughts
Do you have any final thoughts or messages?
@if(empty($anothermessage))
e.g. To my cousin George: I always knew you would outlive me.
@else @foreach(json_decode($endoflifePlanForm->final_thoughts) as $amsg)
e.g. To my cousin George: I always knew you would outlive me.
@endforeach @endif
@endsection @section('page-js') @endsection