@extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.Revocable-Living-Trust.stepIndicator')
@csrf
Assets
What assets do you plan to transfer into your Living Trust?
@if(count($RevocableTrustData['assests_info']['asset']) > 0) @foreach( $RevocableTrustData['assests_info']['asset'] as $asset)
Description
Remove
@endforeach @else
Description
Remove
@endif
FAQ’s

What is an asset?

An asset is a valuable possession you own. It can include real estate, bank accounts, investments, vehicles, jewelry, and other possessions of monetary worth.

How do I transfer assets into my Trust?

To transfer assets into a Trust, you typically need to retitle them in the name of a Trust. It involves changing ownership documents and updating records with relevant institutions, such as banks and title companies.
@endsection @section('page-js') @endsection