@extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.Revocable-Living-Trust.stepIndicator')
@csrf
Pour-Over Will
Does the first grantor want to create a Pour-Over Will now? The Pour-Over Will transfers missed assets into your trust upon your death.
@if(!empty($RevocableTrustData['grantor_info'])) @if(!empty($RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else']) && $RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else']==="yes")
Does the second grantor want to create a Pour-Over Will now? The Pour-Over Will transfers missed assets into your trust upon your death.
@endif @endif
FAQ’s

Why should I have a Pour-Over Will?

In the event you acquire more assets and do not update your Living Trust or do not move the assets into your Living Trust, a Pour-Over Will transfers that missed property into your Living Trust so it is distributed as specified in your Living Trust.

If you do not have a Pour-Over Will, any missed property will be distributed according to law, as if you had died without a will.

Can I give a gift in my Pour-Over Will?

In LawDepot's separate Pour-Over Will you can give gifts of personal clothing, jewelry and furniture to specific beneficiaries outside your Living Trust.
@endsection @section('page-js') @endsection