@extends('layouts.frontend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.Will-Testament.stepIndicator')
@csrf
Backup executor
Do you want to name an alternative executor in case your
original executors are unavailable?
backup_executor) ? 'checked' : '' }}> backup_executor) ? 'checked' : '' }}>
@php $backupExecutorArray = json_decode($willsAndTest->backup_executor, true); @endphp @if(!empty($willsAndTest->backup_executor) && count($backupExecutorArray) > 0) @foreach($backupExecutorArray as $index => $executor)
Alternate Executor
Remove
e.g. William Timothy Smith
city
@endforeach @else
Alternate Executor
Remove
e.g. William Timothy Smith
city
@endif
FAQ’s

What is an alternate executor?

An alternate executor, also known as a backup executor or successor executor, is a person designated in a will or estate planning document to step in and assume the role of executor if the primary executor is unable or unwilling to fulfill their duties.

Can the alternate executor also be a beneficiary in a Will?

Yes, the alternate executor can also be a beneficiary in a Will. Like the primary executor, they should carry out their executor duties impartially and as per the law.
@endsection @section('page-js') @endsection