@extends('layouts.frontend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.Pour-Over-Will.stepIndicator')
@csrf
Alternate Executor
Do you want to name an alternate choice in case your original executor is unavailable?
alternate_executors) ? 'checked' : '' }}> alternate_executors) ? 'checked' : '' }}>
@php $pourOverWillFormArray = json_decode($pourOverWillForm->alternate_executors, true); @endphp @if(!empty( $pourOverWillFormArray) && count($pourOverWillFormArray) > 0) @foreach($pourOverWillFormArray 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

Can my executor benefit from my will?

Yes, your executor can usually benefit from your Will. But ensure this provision is added to your Will to avoid confusion or disputes. However, you should consult an attorney when you draft your Will.

Can my alternate executor also be a beneficiary?

Yes, your alternate executor can also be a beneficiary of your Will. However, like the executor, it's essential to specify this to prevent ambiguity or potential conflicts of interest. Legal advice is advisable for drafting such provisions.
@endsection @section('page-js') @endsection