@extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.Revocable-Living-Trust.stepIndicator')
@csrf
Gifts
Do you want to gift anything from your Living Trust?
@if(count($RevocableTrustData['gifts_info']['gifts']) > 0) @foreach( $RevocableTrustData['gifts_info']['gifts'] as $gift)
Recipient
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
Recipient is a minor
Name an alternate gift recipient
@endforeach @else
Recipient
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
Recipient is a minor
Name an alternate gift recipient
e.g. William Timothy Smith
e.g. Northridge
e.g. California
@endif
FAQ’s

Who can I give a gift to?

You can give gifts to individuals or entities of your choice, including family members, friends, charities, or organizations. In estate planning, gifting can have various tax and legal implications, so it's advisable to consult with an attorney or financial advisor.

Why can I only gift items in the trust?

Assets in a Trust can be gifted, according to its terms and conditions. Gifting through a Trust may provide certain advantages, such as avoiding probate or ensuring specific conditions are met before distribution.

When will the recipient receive their gift?

The timing of when a recipient will receive their gift from a Trust or an Estate depends on the terms specified in the trust documents or will. It can vary widely and may be contingent on specific events or conditions.
@endsection @section('page-js') @endsection