@if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "burial")
Burial instructions
Would you like to leave specific instructions for your burial now?
@php
$selectedBurialTypes = json_decode($endoflifePlanForm->burialin_type, true);
@endphp
@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?
@endif
@if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "cremation")
Your remains
What do you want done with your ashes?
@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?
Do you have a preferred program or organization?
@endif
@if(isset($endoflifePlanForm->remains) && $endoflifePlanForm->remains == "other")
Remains Wishes
How would you like your body to be disposed of?
e.g. Upon my death, I want my body to be laid to rest at sea.
@endif