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

Trustee details

Who will be your trustee?

@php @endphp
@if(count($RevocableTrustData['trustees_info']['trustee']['child_trustees']) > 0) @foreach( $RevocableTrustData['trustees_info']['trustee']['child_trustees'] as $trustee)
Trustee
Remove
e.g. William Timothy Smith
e.g. Northridge
@endforeach @else
Trustee
Remove
e.g. William Timothy Smith
e.g. Northridge
@endif
FAQ’s

What if my spouse dies first?

@endsection @section('page-js') @endsection