@extends('layouts.frontend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.Pour-Over-Will.stepIndicator')
@csrf
Choose an Executor
Who is your executor?
@if (!empty($pourOverWillForm->executors) && $pourOverWillForm->executors != "[]") @foreach(json_decode($pourOverWillForm->executors, true) as $index => $executor)
Executor
Remove
e.g. William Timothy Smith
city
@endforeach @else
Executor
Remove
e.g. William Timothy Smith
city
@endif
FAQ’s

Who cannot be my executor?

Laws governing executors, also known as personal representatives, may vary by jurisdiction, but typically, the following individuals cannot serve as executors:
  • Minors (those under the age of 18 in most places).
  • Individuals who lack mental capacity.
  • Convicted felons (depending on local laws).
  • Non-residents or non-citizens (subject to restrictions).
@endsection @section('page-js') @endsection