@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

Your obituary

Do you want to include any biographical details in your obituary?

obituary_biographical) && $endoflifePlanForm->obituary_biographical == 'yes' ? 'checked' : ''}}>
obituary_biographical) && $endoflifePlanForm->obituary_biographical == 'no' ? 'checked' : ''}}>
@php $obituary_biographical_detailsArray = json_decode($endoflifePlanForm->obituary_biographical_details, true); @endphp
@if(!empty($endoflifePlanForm->obituary_biographical_details) && count($obituary_biographical_detailsArray) > 0) @foreach($obituary_biographical_detailsArray as $index => $obituary_biographical_details)
Describe the biographical detail you wish to include:
Remove
e.g. Member of the Rotary Club of Philadelphia since 1999 and member of the DAR since 1980.
@endforeach @else
Describe the biographical detail you wish to include:
Remove
e.g. Member of the Rotary Club of Philadelphia since 1999 and member of the DAR since 1980.
@endif
@endsection @section('page-js') @endsection