@extends('layouts.frontend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.Will-Testament.stepIndicator')
@csrf
If no living beneficiaries
How will the estate be distributed if the testator's beneficiaries pass away first or no longer exist when the testator dies?
beneficiaries == 'spouse' || !isset($willsAndTest->beneficiaries) ? 'checked' : '' }}> beneficiaries == 'someone_else' && isset($willsAndTest->beneficiaries) ? 'checked' : '' }}>
Who will receive the estate?
@php $wipeout_beneficiarytArray = json_decode($willsAndTest->wipeout_beneficiary, true) @endphp @if(!empty($willsAndTest->wipeout_beneficiary) && count($wipeout_beneficiarytArray) > 0) @foreach($wipeout_beneficiarytArray as $index => $wbeneficiary)
Wipeout Beneficiary
Remove
@endforeach @else
Wipeout Beneficiary
Remove
e.g. William Timothy Smith
city
@endif {{--
Beneficiary Details
Remove
e.g. William Timothy Smith
city
--}}
FAQ’s

What is a Wipe-out beneficiary?

A Wipe-out beneficiary is a term used in estate planning to describe a situation where a beneficiary has predeceased the testator, and there are no contingent beneficiaries or alternative instructions. In such cases, the gift or bequest may "wipe out" and not distributed as intended.
@endsection @section('page-js') @endsection