@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
@if(isset($endoflifePlanForm->announcement) && $endoflifePlanForm->announcement == "no" )
Organ Donation
Are you a registered organ donor?
Note that you cannot simply state your desire to be an organ donor in this document. You must also register to be an organ donor at your local DMV or online.
Where are you registered as a donor?
@endif @if(isset($endoflifePlanForm->announcement) && $endoflifePlanForm->announcement == "death" )
Publication
Where would you like your death notice to be published?
@php $death_publicationArray = json_decode($endoflifePlanForm->death_publication, true); @endphp @if(!empty($endoflifePlanForm->death_publication) && count($death_publicationArray) > 0) @foreach($death_publicationArray as $index => $publication)
publication
Remove
@endforeach @else
publication
Remove
@endif
FAQ’s

Where should I publish my death notice?

Death notices are generally published, in local newspapers, funeral home websites, and social media platforms. You can also put it in places easily accessible to your loved ones and the community.
@endif @if(isset($endoflifePlanForm->announcement) && $endoflifePlanForm->announcement == "obituary" )
Publication
Where would you like your obituary to be published?
@php $obituary_publicationArray = json_decode($endoflifePlanForm->obituary_publication, true) @endphp @if(!empty($endoflifePlanForm->obituary_publication) && count($obituary_publicationArray) > 0) @foreach($obituary_publicationArray as $index => $obpublication)
Publication
Remove
e.g. The Hanover Gazette, www.legacy.com
e.g. Hanover, New Hampshire
@endforeach @else
Publication
Remove
@endif
FAQ’s

Where should I publish my death notice?

Death notices are generally published, in local newspapers, funeral home websites, and social media platforms. You can also put it in places easily accessible to your loved ones and the community.
@endif
@endsection @section('page-js') @endsection