@extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.Revocable-Living-Trust.stepIndicator')
@csrf
Successor Trustee
Who will manage your trust if you become incapacitated?
@if(count($RevocableTrustData['successor_trustee_info']['successors']) > 0) @foreach( $RevocableTrustData['successor_trustee_info']['successors'] as $successor)
Successors
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
@endforeach @else
Successors
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
@endif
@endsection @section('page-js') @endsection