@extends('layouts.v2.frontend-user-backend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.v2.Will-Testament.stepIndicator')
@csrf

Guardian

Do you want to name a guardian? ?

guardian_status) && $willsAndTest->guardian_status == "yes" ? 'checked' : ''}}>
guardian_status) && $willsAndTest->guardian_status == "no" ? 'checked' : ''}}>
@php $willsAndTestGuardianArray = json_decode($willsAndTest->guardian, true) @endphp @if(!empty($willsAndTest->guardian) && is_array($willsAndTestGuardianArray) && count($willsAndTestGuardianArray) > 0) @foreach($willsAndTestGuardianArray as $index => $abeneficiary)
Guardian
Remove
e.g. William Timothy Smith
{{-- --}}
{{-- --}}
@endforeach @else
Guardian
Remove
e.g. William Timothy Smith
{{-- --}}
{{-- --}}
@endif
FAQ’s

Is there anything I can't give away?

Yes, there are limitations on what you can give away in your will. Laws may vary by jurisdiction, but generally, you cannot give away property or assets you do not own at your death. Additionally, investments such as life insurance proceeds with a designated beneficiary, retirement accounts, and joint tenancy property may not be subject to your will. It's essential to consult with an attorney to understand the specific rules in your area.
@endsection @section('page-js') @endsection