@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.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
@endsection @section('page-js') @endsection