@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Death Announcement
Would you like to have a death notice or an obituary?
announcement) || $endoflifePlanForm->announcement == "no" ? 'checked' : 'checked'}}> announcement) && $endoflifePlanForm->announcement == "death" ? 'checked' : ''}}> announcement) && $endoflifePlanForm->announcement == "obituary" ? 'checked' : ''}}>
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