@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

Who will receive your ashes?

@php $receive_your_ashesArray = json_decode($endoflifePlanForm->receive_your_ashes, true) @endphp @if(!empty($endoflifePlanForm->receive_your_ashes) && count($receive_your_ashesArray) > 0) @foreach($receive_your_ashesArray as $index => $receive_your_ashes)
Recipient
Remove
e.g. Street, City, State ZIP Code
@endforeach @else
Recipient
Remove
e.g. Street, City, State ZIP Code
@endif
@if($endoflifePlanForm->cremation == 'loved' || $endoflifePlanForm->cremation == "burial" || $endoflifePlanForm->cremation == "columbarium") @else @endif
@endsection @section('page-js') @endsection