@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Your Death Notice
Do you want your death notice to list your surviving family members?
surviving_family) || $endoflifePlanForm->surviving_family == 'yes' ? 'checked' : ''}}> surviving_family) && $endoflifePlanForm->surviving_family == 'no' ? 'checked' : ''}}>
@php $surviving_family_detailsArray = json_decode($endoflifePlanForm->surviving_family_details, true); @endphp @if(!empty($endoflifePlanForm->surviving_family_details) && count($surviving_family_detailsArray) > 0) @foreach($surviving_family_detailsArray as $index => $surviving_family_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 death notice?

A death notice should include the following details:
  • Full name of the deceased.
  • Date and place of death.
  • Information about funeral or memorial services, if applicable.
  • Surviving family members.
  • A brief mention of the deceased's achievements or contributions, if desired.
@endsection @section('page-js') @endsection