Order ID : {{$endoflifePlanForm['payment_order_id']}}
| ID: | {{ $endoflifePlanForm['id'] }} |
| Do you already have a Last Will and Testament? | {{ $endoflifePlanForm['last_will'] ?? 'Not specified' }} |
| Plan For: |
@php $planFor = json_decode($endoflifePlanForm['plan_for'], true); @endphp @if ($planFor)
|
| Appointee | |
| Would you like the executor of your Last Will to carry out your final wishes?: | {{ $endoflifePlanForm['executor'] ?? 'Not specified' }} |
| Executor Details: |
@php
$appointeeDetails = json_decode($endoflifePlanForm['executor_details'], true);
@endphp
@if (is_array($appointeeDetails))
|
| Appointee Details: |
@php $appointeeDetails = json_decode($endoflifePlanForm['appointee_details'], true); @endphp @if (is_array($appointeeDetails))
|
| Announcement | |
| Death Announcement: | {{ $endoflifePlanForm['announcement'] ?? 'Not specified' }} |
| Death Publication: |
@php $deathPublication = json_decode($endoflifePlanForm['death_publication'], true); @endphp
@if (is_array($deathPublication) && count($deathPublication) > 0)
@foreach ($deathPublication as $publication)
|
| Death Notice: |
@php $deathNotice = json_decode($endoflifePlanForm['death_notice'], true); @endphp @if ($deathNotice)
|
| Surviving Family: | {{ $endoflifePlanForm['surviving_family'] ?? 'Not specified' }} |
| Surviving Family Details: |
@php
$deathNotices = json_decode($endoflifePlanForm['surviving_family_details'], true);
@endphp
@if (is_array($deathNotices))
@foreach ($deathNotices as $deathNotice)
|
| Death Notice Photograph: | {{ $endoflifePlanForm['death_notice_photograph'] ?? 'Not specified' }} |
| Photograph Details: | {{ $endoflifePlanForm['photograph_details'] ?? 'Not specified' }} |
| Photograph: | {{ $endoflifePlanForm['photograph'] ?? 'Not specified' }} |
| Funeral Service: | {{ $endoflifePlanForm['funeral_service'] ?? 'Not specified' }} |
| Charitable Donations: |
@php $charitableDonations = json_decode($endoflifePlanForm['charitable_details'], true); @endphp @if (is_array($charitableDonations))
@foreach ($charitableDonations as $donation)
|
| Obituary Publication: |
@php $obituaryPublication = json_decode($endoflifePlanForm['obituary_publication'], true); @endphp @if (is_array($obituaryPublication))
@foreach ($obituaryPublication as $publication)
|
| Obituary Death Notice: |
@php $obituaryDeathNotice = json_decode($endoflifePlanForm['obituary_death_notice'], true); @endphp @if ($obituaryDeathNotice)
|
| Obituary Death Notice: |
@php $obituaryDeathNotice = json_decode($endoflifePlanForm['obituary_death_notice'], true); @endphp @if ($obituaryDeathNotice)
|
| Obituary Biographical: | {{ $endoflifePlanForm['obituary_biographical'] ?? 'Not specified' }} |
| Obituary Biographical Details: |
@php $obituaryBiographicalDetails = json_decode($endoflifePlanForm['obituary_biographical_details'], true); @endphp @if (is_array($obituaryBiographicalDetails))
@foreach ($obituaryBiographicalDetails as $detail)
|
| Obituary Death Notice Photograph: | {{ $endoflifePlanForm['obituary_death_notice_photograph'] ?? 'Not specified' }} |
| Obituary Photograph Details: | {{ $endoflifePlanForm['obituary_photograph_details'] ?? 'Not specified' }} |
| Obituary Funeral Service: | {{ $endoflifePlanForm['obituary_funeral_service'] ?? 'Not specified' }} |
| Obituary Charitable Donations: |
@php $obituaryCharitableDonations = json_decode($endoflifePlanForm['obituary_charitable_details'], true); @endphp @if (is_array($obituaryCharitableDonations))
@foreach ($obituaryCharitableDonations as $donation)
|
| Organ Donor: |
@php $organDonor = json_decode($endoflifePlanForm['organ_donor'], true); @endphp @if ($organDonor)
|
| Remains | |
| Remains: | {{ $endoflifePlanForm['remains'] ?? 'Not specified' }} |
| Burial Instructions: | {{isset($burialTypeData['burialin']) ? $burialTypeData['burialin'] : 'Not specified'}} |
| What details do you want to provide? |
@if ($burialType)
|
| Entombment Instructions: | {{isset($entombmentTypeData['entombment']) ? $entombmentTypeData['entombment'] : 'Not specified'}} |
| What details do you want to provide? |
@if ($entombmentType)
|
| Donation Organization: |
@php $donationOrganization = json_decode($endoflifePlanForm['donation_organization'], true); @endphp @if ($donationOrganization)
|
| Donation Alternate: |
@php
$donationAlternateData = json_decode($endoflifePlanForm['donation_alternate'], true);
$isDonationAlternateArray = is_array($donationAlternateData);
@endphp
@if ($isDonationAlternateArray)
|
| Return Ashes: | {{ $endoflifePlanForm['return_ashes'] ?? 'No'}} |
| How would you like your body to be disposed of: | {{ $endoflifePlanForm['body_disposed'] ?? 'Not specified'}} |
| Cremation: | {{ $endoflifePlanForm['cremation'] ?? 'No' }} |
| Cremation Burialin Type: |
@php $cremationBurialinType = json_decode($endoflifePlanForm['cremation_burialin_type'], true); @endphp @if ($cremationBurialinType)
|
| Cremation Columbarium Type: |
@php $cremationColumbariumType = json_decode($endoflifePlanForm['cremation_columbarium_type'], true); @endphp @if ($cremationColumbariumType)
|
| Cremation Instructions Type: |
@php
$cremationInstructionsType = json_decode($endoflifePlanForm['cremation_instructions_type'], true);
@endphp
@if ($cremationInstructionsType)
|
| Scattering Ashes: | {{ $endoflifePlanForm['scattering_ashes'] ?? 'Not specified' }} |
| Additional Instruction: |
@php $additionalInstructions = json_decode($endoflifePlanForm['additional_instruction'], true); @endphp @if ($additionalInstructions)
|
| Cremation Remains Wishes: | {{ $endoflifePlanForm['cremation_remains_wishes'] ?? 'Not specified' }} |
| Additional Instruction: |
@php $additionalInstructions = json_decode($endoflifePlanForm['additional_instruction'], true); @endphp @if ($additionalInstructions)
|
| Receive Your Ashes: |
@php $receiveYourAshes = json_decode($endoflifePlanForm['receive_your_ashes'], true); @endphp @if ($receiveYourAshes)
@foreach ($receiveYourAshes as $item)
|
| Services | |
| Do you wish to have a formal service or services? |
@php $services = json_decode($endoflifePlanForm['services'], true); @endphp @if ($services)
|
| Visitation | |
| arrangements for your visitation: | {{$endoflifePlanForm['visitation_arrange']}} |
| Visitation Location: |
@php $visitationLocation = json_decode($endoflifePlanForm['visitation_location'], true); @endphp @if ($visitationLocation)
Name: {{ $visitationLocation['full_name'] ?? 'Not specified' }} |
| Visitation Instructions: |
@php $visitationInstructions = json_decode($endoflifePlanForm['visitation_instructions'], true); @endphp @if ($visitationInstructions)
|
| Visitation Service: |
@php $visitationService = json_decode($endoflifePlanForm['visitation_service'], true); @endphp @if (is_array($visitationService) && isset($visitationService['type']) && is_array($visitationService['type']))
|
| Visitation Service Location: |
@php $visitationServiceLocation = json_decode($endoflifePlanForm['visitation_service_location'], true); @endphp @if ($visitationServiceLocation)
Name: {{ $visitationServiceLocation['full_name'] ?? 'Not specified' }} |
| Who may attend your visitation?: | {{$visitationServiceGuests['visitation'] ?? ' Not specified'}} |
| Visitation Service Guests: |
@if (is_array($visitationServiceGuests) && array_key_exists('multipleRecords', $visitationServiceGuests))
|
| Ashes Present: | {{ $endoflifePlanForm['ashes_present'] ?? 'Not specified' }} |
| Visitation Service Music: |
@php $visitationServiceMusic = json_decode($endoflifePlanForm['visitation_service_music'], true); @endphp @if ($visitationServiceMusic)
Played: {{ $visitationServiceMusic['played'] ?? 'Not specified' }} |
| Visitation Service Speaker: |
@php $visitationServiceSpeaker = json_decode($endoflifePlanForm['visitation_service_speaker'], true); @endphp @if ($visitationServiceSpeaker)
@foreach ($visitationServiceSpeaker as $speaker)
|
| Visitation Service Instructions: |
@php $visitationServiceInstructions = json_decode($endoflifePlanForm['visitation_service_instructions'], true); @endphp @if ($visitationServiceInstructions)
@foreach ($visitationServiceInstructions as $instruction)
|
| Funeral | |
| Funeral Arrangements: | {{$endoflifePlanForm['funeral_arrangements']}} |
| Funeral Location: |
@php $funeralLocation = json_decode($endoflifePlanForm['funeral_location'], true); @endphp @if ($funeralLocation)
Name: {{ $funeralLocation['full_name'] ?? 'Not specified' }} |
| Funeral Instructions: |
@php $funeral_instructions = json_decode($endoflifePlanForm['funeral_instructions'], true); @endphp
@if (is_array($funeral_instructions))
|
| What type of service would you like: |
@php
$funeralService = json_decode($endoflifePlanForm['funeral_service_y'], true);
@endphp
@if (is_array($funeralService) && isset($funeralService['type']) && is_array($funeralService['type']))
|
| Funeral Service Officiant: |
@php $funeralOfficiant = json_decode($endoflifePlanForm['funeral_service_officiant'], true); @endphp @if ($funeralOfficiant)
Name: {{ $funeralOfficiant['full_name'] ?? 'Not specified' }} |
| Who may attend your funeral?: |
@php
$funeralServiceGuests = json_decode($endoflifePlanForm['funeral_service_guests'], true);
@endphp
@if (is_array($funeralServiceGuests) && isset($funeralServiceGuests['multipleRecords']) && is_array($funeralServiceGuests['multipleRecords']))
|
| Funeral Ashes Present: | {{ $endoflifePlanForm['funeral_ashes_present'] ?? 'Not specified' }} |
| Funeral Service Music: |
@php $funeralServiceMusic = json_decode($endoflifePlanForm['funeral_service_music'], true); @endphp @if ($funeralServiceMusic)
|
| Funeral Eulogist: |
@php $funeralEulogist = json_decode($endoflifePlanForm['funeral_eulogist'], true); @endphp @if ($funeralEulogist)
|
| Funeral Reception: |
@php $funeralReception = json_decode($endoflifePlanForm['funeral_reception'], true); @endphp @if ($funeralReception)
|
| Funeral Additional Instructions: |
@php
$funeralOtherInstructions = json_decode($endoflifePlanForm['funeral_additional_instructions'], true);
@endphp
@if ($funeralOtherInstructions)
|
| Graveside | |
| Graveside Service: | {{ $endoflifePlanForm['graveside_service']}} |
| Do you wish to include any other instructions regarding your graveside service? |
@php
$gravesideService = json_decode($endoflifePlanForm['graveside_additional_instructions'], true);
@endphp
@if ($gravesideService)
|
| Would you like to leave specific instructions for your graveside service? |
@php
$gravesidervice = json_decode($endoflifePlanForm['graveside_service_y'], true);
@endphp
@if (is_array($gravesidervice) && isset($gravesidervice['type']) && is_array($gravesidervice['type']))
|
| Graveside Officiant: |
@php $gravesideOfficiant = json_decode($endoflifePlanForm['graveside_officiant'], true); @endphp @if ($gravesideOfficiant)
Name: {{ $gravesideOfficiant['full_name'] ?? 'Not specified' }} |
| Graveside Service Guests: |
@php
$gravesideServiceGuests = json_decode($endoflifePlanForm['graveside_service_guests'], true);
@endphp
|
| Graveside Music: |
@php $gravesideMusic = json_decode($endoflifePlanForm['graveside_music'], true); @endphp @if ($gravesideMusic)
|
| Graveside Speaker: |
@php $gravesideSpeaker = json_decode($endoflifePlanForm['graveside_speaker'], true); @endphp @if ($gravesideSpeaker)
|
| Graveside Other Instructions: |
@php $gravesideOtherInstructions = json_decode($endoflifePlanForm['graveside_other_instructions'], true); @endphp @if ($gravesideOtherInstructions)
|
| Memorial | |
| Memorial Service: | {{$endoflifePlanForm['memorial_service']}} |
| Memorial Location: |
@php $memorialLocation = json_decode($endoflifePlanForm['memorial_location'], true); @endphp @if ($memorialLocation)
Name: {{ $memorialLocation['full_name'] ?? 'Not specified' }} |
| Memorial Instructions: |
@php $memorialInstructions = json_decode($endoflifePlanForm['memorial_instructions'], true); @endphp @if ($memorialInstructions)
|
| What type of service would you like: |
@php
$memorialServiceY = json_decode($endoflifePlanForm['memorial_service_y'], true);
@endphp
@if (is_array($memorialServiceY) && isset($memorialServiceY['type']) && is_array($memorialServiceY['type']))
|
| Memorial Service Held: |
@php $memorialServiceHeld = json_decode($endoflifePlanForm['memorial_service_held'], true); @endphp @if ($memorialServiceHeld)
Name: {{ $memorialServiceHeld['full_name'] ?? 'Not specified' }} |
| Memorial Guests: |
@php
$memorialServiceGuests = json_decode($endoflifePlanForm['memorial_guests'], true);
@endphp
|
| Memorial Service Music: |
@php $memorialServiceMusic = json_decode($endoflifePlanForm['memorial_service_music'], true); @endphp @if ($memorialServiceMusic)
|
| Memorial Service Speaker: |
@php $memorialServiceSpeaker = json_decode($endoflifePlanForm['memorial_service_speaker'], true); @endphp @if ($memorialServiceSpeaker)
|
| Memorial Service Instructions: |
@php $memorialServiceInstructions = json_decode($endoflifePlanForm['memorial_service_instructions'], true); @endphp @if ($memorialServiceInstructions)
|
| Other | |
| Other Service Type: | {{ $endoflifePlanForm['other_service_type'] ?? 'Not specified' }} |
| Other Service Instructions: |
@php $otherServiceInstructions = json_decode($endoflifePlanForm['other_service_instructions'], true); @endphp @if ($otherServiceInstructions)
|
| Miscellaneous | |
| Funeral Expenses: | {{ $endoflifePlanForm['funeral_expenses'] ?? 'Not specified' }} |
| Would you like to cap the amount that your estate will cover?: |
@php
$estateCoverData = json_decode($endoflifePlanForm['estate_cover'], true);
@endphp
@if ($estateCoverData)
|
| Final Instructions: |
@php
$finalInstructionsData = json_decode($endoflifePlanForm['final_instructions']);
@endphp
@if ($finalInstructionsData)
@foreach ($finalInstructionsData as $instruction)
|
| Final Thoughts: |
@php
$finalThoughtsData = json_decode($endoflifePlanForm['final_thoughts']);
@endphp
@if ($finalThoughtsData)
|
| Created At: | {{ isset($endoflifePlanForm['created_at']) ? date('m/d/Y h:i A', strtotime($endoflifePlanForm['created_at'])) : 'Not specified' }} (EST) |
| Updated At: | {{ isset($endoflifePlanForm['updated_at']) ? date('m/d/Y h:i A', strtotime($endoflifePlanForm['updated_at'])) : 'Not specified' }} (EST) |