@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
@if(isset($endoflifePlanForm->cremation) && $endoflifePlanForm->cremation == "burial")
Burial Instructions
Would you like to leave specific instructions for your cremation now?
?
If you select No, you can add your specific instructions later, after printing or downloading this End-of-Life Plan.
@php $cremationBurialTypes = json_decode($endoflifePlanForm->cremation_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.
@endif @if(isset($endoflifePlanForm->cremation) && $endoflifePlanForm->cremation == "columbarium")
Columbarium Instructions
Would you like to leave specific instructions for your cremation now?
?
If you select No, you can add your specific instructions later, after printing or downloading this End-of-Life Plan.
@php $cremationColumbariumTypes = json_decode($endoflifePlanForm->cremation_columbarium_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.
@endif @if(isset($endoflifePlanForm->cremation) && $endoflifePlanForm->cremation == "loved")
Instructions
Would you like to leave specific instructions for your cremation now?
?
If you select No, you can add your specific instructions later, after printing or downloading this End-of-Life Plan.
@php $cremationInstructions = json_decode($endoflifePlanForm->cremation_instructions_type, true); @endphp
What details do you want to provide? (Select all that apply.)
@endif @if(isset($endoflifePlanForm->cremation) && $endoflifePlanForm->cremation == "scattered")
Scattering of Ashes
Where do you want your ashes to be scattered?
e.g. I request that my ashes be scattered onto the pond on my family's property in Hanover, NH.
Frequently Asked Questions

Can my ashes be scattered anywhere?

Laws regarding the spreading of ashes can vary by state, county, and city, so before making any decisions, it's wise to consult your local laws.

In general, if you want to scatter ashes on privately owned land, you must have permission of the owner. If you want your ashes scattered at a location of personal significance, such as a national park or a public facility, then you need to request permission and likely obtain a permit.

Ashes can also be scattered from an airplane although this also requires a permit.

Scattering ashes at sea must be done at least three nautical miles from shore, in water at least 600 feet deep and must be reported to the Environmental Protection Agency within 30 days.
@endif @if(isset($endoflifePlanForm->cremation) && $endoflifePlanForm->cremation == "rother")
Remains Wishes
What would you like done with your ashes?
e.g. I request that my ashes be buried in the garden of my family's cottage.
Frequently Asked Questions

What can I do with my ashes?

Laws regarding the spreading or burial of ashes can vary by state, county, and city, so before making any decisions, it's wise to consult your local laws.

There are a number of different and creative things you can do with your ashes, so it is worth doing some research to find the option that suits you best.
@endif
@endsection @section('page-js') @endsection