@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
@php $cap = json_decode($endoflifePlanForm->estate_cover,true); @endphp
Your Estate
Would you like to cap the amount that your estate will cover?
estate_cover) && isset($cap['cover']) && $cap['cover'] == "no" ? 'checked' : '' }}>
$
Frequently Asked Questions

How much should I set aside?

The amount you should set aside for funeral and end-of-life expenses can vary widely based on your preferences, location, and the type of arrangements you choose. It's a good idea to consult with funeral homes or cremation providers in your area to get estimates and plan accordingly. Additionally, pre-planning can help you make informed decisions about budgeting for these expenses.
@endsection @section('page-js') @endsection