@extends('layouts.v2.frontend-user-backend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.v2.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?

@php $selectedBurialTypes = json_decode($endoflifePlanForm->burialin_type, true); @endphp

What details do you want to provide? (Select all that apply.)

@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?

What details do you want to provide? (Select all that apply.)

@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?

e.g. Street, City, State ZIP Code

Do you have a preferred program or organization?

e.g. Street, City, State ZIP Code
@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
@endsection @section('page-js') @endsection