@extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.Revocable-Living-Trust.stepIndicator')
@csrf
Trustee Details
Who will be your trustee?
@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
e.g. California
@endforeach @else
Trustee
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
@endif
FAQ’s

What if my spouse dies first?

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