@extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.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
e.g. California
@endforeach @else
Executor
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
@endif
@endsection @section('page-js') @endsection