@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
@if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "burial")
Burial Instructions
Would you like to leave specific instructions for your burial now?
?
If you select No, you can add your specific instructions later, after printing or downloading this End-of-Life Plan.
@php $selectedBurialTypes = json_decode($endoflifePlanForm->burialin_type, true); @endphp
What details do you want to provide? (Select all that apply.)
?
Your final resting place is where your body will be laid to rest, e.g. buried in an urn garden or cemetery plot.
?
Embalmment is the act of temporarily preserving a body by treating it with chemical solutions, generally for public display or transportation.
{{--
--}}
@endif @if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "mausoleum") @php $selectedMausoleumTypes = json_decode($endoflifePlanForm->entombment_type, true); @endphp
Entombment Instructions
Would you like to leave specific instructions for your entombment now?
?
If you select No, you can add your specific instructions later, after printing or downloading this End-of-Life Plan.
What details do you want to provide? (Select all that apply.)
?
Your final resting place is where your body will be laid to rest, e.g. a mausoleum or tomb.
?
Embalmment is the act of temporarily preserving a body by treating it with chemical solutions, generally for public display or transportation.
@endif @if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "cremation")
Your Remains
What do you want done with your ashes?
Frequently Asked Questions

What are my burial options?

While you can opt to be buried in a traditional cemetery burial plot, some cemeteries have an urn or cremation garden offering individual urn burial plots. Your ashes can also be buried in a private plot, subject to municipal approval.

What is a columbarium?

A columbarium is an above-ground structure for the storage of cremated remains. They are usually built in cemeteries and are sometimes attached to a cemetery's mausoleum or crematorium. In a columbarium, urns are stored on small shelves called niches.
@endif @if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "donationscience") @php $donation_organization = json_decode($endoflifePlanForm->donation_organization, true); $donation_alternate = json_decode($endoflifePlanForm->donation_alternate, true); @endphp
Donation Details
Do you want to name an alternate choice in case your original executor is unavailable?
e.g. Street, City, State ZIP Code
Do you have a preferred program or organization?
e.g. Street, City, State ZIP Code
Frequently Asked Questions

How do I donate my body to science?

Donating your body to science involves arranging things with a medical or research institution in advance. You'll typically need to contact the institution, complete the necessary paperwork, and provide your consent. Specific requirements and procedures may vary by location and institution.
@endif @if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "other")
Remains Wishes
How would you like your body to be disposed of?
?
Not all methods of disposal are legal, so consult the laws of the area where you wish to be laid to rest.
e.g. Upon my death, I want my body to be laid to rest at sea.
@endif
@endsection @section('page-js') @endsection