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

Executor details

Do you want your spouse to manage your estate?

If you select Yes, your spouse will be named the executor of your Will.

Would the testator like to add another executor?
Who will be the other executor?
@if(!empty($manage_estate)) @foreach($manage_estate as $index => $manage_estate_detail)
Executor
Remove
e.g. William Timothy Smith
city
@endforeach @else
Executor
Remove
e.g. William Timothy Smith
city
city
@endif
Who will be the other executor?
@if(!empty($manage_estate_executor)) @foreach($manage_estate_executor as $index => $manage_estate_detail)
Executor
Remove
e.g. William Timothy Smith
city
@endforeach @else
Executor
Remove
e.g. William Timothy Smith
city
@endif
FAQ’s

Who cannot be an executor?

Laws regarding who cannot serve as an executor can vary by jurisdiction. Generally, individuals who are minors, mentally incapacitated, convicted felons, or non-U.S. citizens may be ineligible to serve as executors.

Can the executor also be a beneficiary or receive gifts in the Will?

Yes, an executor can also be a beneficiary or receive gifts under the terms of a Will. However, it is crucial to ensure that the executor's role is carried out impartially and as per the law to avoid conflicts of interest.
@endsection @section('page-js') @endsection