@extends('layouts.v2.frontend-user-backend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.v2.Pour-Over-Will.stepIndicator')
@csrf

Choose an executor

Who is your executor? ?

@if (!empty($pourOverWillForm->executors) && json_decode($pourOverWillForm->executors, true)) @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