@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

Death announcement

Would you like to have a death notice or an obituary?

announcement) && $endoflifePlanForm->announcement == "no" ? 'checked' : ''}}>
announcement) && $endoflifePlanForm->announcement == "death" ? 'checked' : ''}}>
announcement) && $endoflifePlanForm->announcement == "obituary" ? 'checked' : ''}}>
@if( isset($endoflifePlanForm->executor) && $endoflifePlanForm->executor == "yes") @else @endif
Frequently Asked Questions

What distinguishes an obituary from a death notice?

A death notice is a brief, factual announcement of a person's passing. It typically includes essential details such as the person's name, date of death, and information about funeral or memorial services. An obituary, on the other hand, is a more detailed and personalized tribute to the deceased. It often includes information about the person's life, accomplishments, family, and contributions to the community.
@endsection @section('page-js') @endsection