@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('css') @endsection @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Your Obituary
@php $death_notice = json_decode($endoflifePlanForm->obituary_death_notice, true); @endphp
e.g. The Hanover Gazette, www.legacy.com
e.g. Hartford, Connecticut
Do you want your obituary to list your surviving family members?
Do you want your obituary to list your final place of residence?
@endsection @section('page-js') @endsection