@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

Obituary details

Would you like to include a photograph?

obituary_death_notice_photograph) && $endoflifePlanForm->obituary_death_notice_photograph == 'yes' ? 'checked' : ''}}>
obituary_death_notice_photograph) && $endoflifePlanForm->obituary_death_notice_photograph == 'no' ? 'checked' : ''}}>
e.g. I would like the photo of me wearing overalls in the garden to be used. It can be found in my photo album collection.

Would you like to include funeral or other service details?

obituary_funeral_service) && $endoflifePlanForm->obituary_funeral_service == 'yes' ? 'checked' : ''}}>
obituary_funeral_service) && $endoflifePlanForm->obituary_funeral_service == 'no' ? 'checked' : ''}}>

Would you like to request charitable donations instead of flowers?

obituary_charitable_donations) && $endoflifePlanForm->obituary_charitable_donations == 'yes' ? 'checked' : ''}}>
obituary_charitable_donations) && $endoflifePlanForm->obituary_charitable_donations == 'no' ? 'checked' : ''}}>
@php $charityData = !empty($endoflifePlanForm->obituary_charitable_details) ? json_decode($endoflifePlanForm->obituary_charitable_details, true) : []; $charitySelect = $charityData['charity_select'] ?? null; $charities = $charityData['other_charity'] ?? []; @endphp @if (!empty($charitySelect))
@if (!empty($charities)) @foreach($charities as $index => $obituary_charitable)
Charity
Remove
e.g. 20-0583415
@endforeach @else
Other Charity
Remove
e.g. 20-0583415
@endif @else
Other Charity
Remove
e.g. 20-0583415
@endif
@endsection @section('page-js') @endsection