@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.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
Frequently Asked Questions

What details should I include in my Obituary?

An Obituary can be more comprehensive and personalized, including:
  • Full name of the deceased
  • Date and place of birth
  • Date and place of death
  • Details about the deceased's life, career, and interests
  • Surviving family members
  • Information about funeral or memorial services
  • 2Requests for donations or tributes in the deceased's name
@endsection @section('page-js') @endsection