@extends('layouts.v2.frontend-user-backend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.v2.Revocable-Living-Trust.stepIndicator')
@csrf

Executor

Do you want your successor trustee to administer your estate?

Who do you want to administer your estate?

@if(count($RevocableTrustData['executors']['alternate_executors']) > 0) @foreach( $RevocableTrustData['executors']['alternate_executors'] as $alternate_executor)
Executor
Remove
e.g. William Timothy Smith
e.g. Northridge
@endforeach @else
Executor
Remove
e.g. William Timothy Smith
e.g. Northridge
@endif
@endsection @section('page-js') @endsection