@extends('layouts.frontend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.Will-Testament.stepIndicator')
@csrf
Estate assets
@if(isset($willsAndTest->m_status) && $willsAndTest->m_status == "single")
Who will receive all the assets of the testator's estate excluding any specific gifts they might give to others?
@else
Do you want your spouse to receive the assets of your estate excluding any specific gifts to others?
@endif
You will be asked to list any specific gifts later.
asset_beneficiary) ? 'checked' : ''}}> asset_beneficiary) ? 'checked' : ''}}>
@if(!empty($willsAndTest->asset_beneficiary)) @foreach(json_decode($willsAndTest->asset_beneficiary, true) as $index => $abeneficiary)
Beneficiary details
Remove
@endforeach @else
Beneficiary details
Remove
e.g. William Timothy Smith
city
@endif
@endsection @section('page-js') @endsection