@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)
@endforeach
@else
@endif
@else
@endif