@extends('layouts.v2.frontend-user-backend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.v2.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_description) && $willsAndTest->asset_description == "yes" ? 'checked' : ''}}>
asset_description) && $willsAndTest->asset_description == "no" ? '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