@if(session('error')){{--To show error if deduct by controller--}}
{{ session('error') }}
@endif
@if(session('info')){{--To show information if deduct by controller--}}
{{ session('info') }}
Revocable Living Trust
Property Type:
{{ ucwords(($RevocableTrustData['property']['type'])??'-') }}
Name:
{{ ucwords(($RevocableTrustData['author_info']['author']['name'])??'No Specified') }}
Street Address1:
{{ ucwords(($RevocableTrustData['author_info']['author']['street_1'])??'No Specified') }}
Street Address2:
{{ ucwords(($RevocableTrustData['author_info']['author']['street_2'])??'No Specified') }}
City:
{{ ucwords(($RevocableTrustData['author_info']['author']['city'])??'No Specified') }}
State:
{{ ucwords(($RevocableTrustData['author_info']['author']['state'])??'No Specified') }}
Country:
{{ ucwords(($RevocableTrustData['author_info']['author']['country'])??'No Specified') }}
ZIP Code:
{{ ucwords(($RevocableTrustData['author_info']['author']['zip_code'])??'No Specified') }}
Are You Creating This Living Trust With Anyone Else?
{{ ucwords(($RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else'])??'No Specified') }}
@if(isset($RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else']) && $RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else'] == "yes")
Who Are You Creating This Trust With?
{{ ucwords(($RevocableTrustData['grantor_info']['grantor']['who_are_you_creating_this_trust_with'])??'-') }}
@endif
Spouse Details
@if(isset($RevocableTrustData['spouse_info']))
@if((isset($RevocableTrustData['spouse_info']['spouse']['do_you_have_a_spouse']) && $RevocableTrustData['spouse_info']['spouse']['do_you_have_a_spouse']==="no"))
@else
@if((isset($RevocableTrustData['spouse_info']['spouse']['do_you_have_a_spouse']) && $RevocableTrustData['spouse_info']['spouse']['do_you_have_a_spouse']!="no") ||
(isset($RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else']) && $RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else'] === "yes" && (isset($RevocableTrustData['grantor_info']['grantor']['who_are_you_creating_this_trust_with'])) && $RevocableTrustData['grantor_info']['grantor']['who_are_you_creating_this_trust_with'] === "My spouse"))
Name:
{{ ucwords($RevocableTrustData['spouse_info']['spouse']['name']??"No Specified") }}
@endif
@if((isset($RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else']) && $RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else']=="yes") && $RevocableTrustData['grantor_info']['grantor']['who_are_you_creating_this_trust_with'] == "My spouse")
City:
{{ ucwords($RevocableTrustData['spouse_info']['spouse']['city']??"No Specified") }}
State:
{{ ucwords($RevocableTrustData['spouse_info']['spouse']['state']??"No Specified") }}
@endif
@endif
@else
@endif
@if(
!empty($RevocableTrustData['grantor_info'])
&& isset($RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else'])
&& $RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else'] === 'yes'
&& isset($RevocableTrustData['grantor_info']['grantor']['who_are_you_creating_this_trust_with'])
&& $RevocableTrustData['grantor_info']['grantor']['who_are_you_creating_this_trust_with'] === "Someone else"
)
Second Grantor Details
@if(isset($RevocableTrustData['second_grantor_info']))
Name:
{{ ucwords($RevocableTrustData['second_grantor_info']['grantor']['name']??"No Specified") }}
City:
{{ ucwords($RevocableTrustData['second_grantor_info']['grantor']['city']??"No Specified") }}
State:
{{ ucwords($RevocableTrustData['second_grantor_info']['grantor']['state']??"No Specified") }}
@else
@endif
@endif
Trustee Details
@if(isset($RevocableTrustData['trustees_info']['trustee']))
Will You Control Your Assets As Trustee?
{{ ucwords($RevocableTrustData['trustees_info']['trustee']['will_you_control_your_assets_as_trustee']??"No Specified") }}
@if(isset($RevocableTrustData['trustees_info']['trustee']['child_trustees'])&&$RevocableTrustData['trustees_info']['trustee']['will_you_control_your_assets_as_trustee']==="no")
@foreach($RevocableTrustData['trustees_info']['trustee']['child_trustees'] as $child_trustee)
Name:
{{ ucwords($child_trustee['name']??"No Specified") }}
City:
{{ ucwords($child_trustee['city']??"No Specified") }}
State:
{{ ucwords($child_trustee['state']??"No Specified") }}
@endforeach
@endif
@else
@endif
Successor Trustees
@if(isset($RevocableTrustData['successor_trustee_info']['successors']))
@if(isset($RevocableTrustData['successor_trustee_info']['successors']))
@foreach($RevocableTrustData['successor_trustee_info']['successors'] as $successor)
Name:
{{ ucwords($successor['name']??"No Specified") }}
City:
{{ ucwords($successor['city']??"No Specified") }}
State:
{{ ucwords($successor['state']??"No Specified") }}
@endforeach
@endif
@else
@endif
Assets
@if(isset($RevocableTrustData['assests_info']))
@if(isset($RevocableTrustData['assests_info']['asset']))
@foreach($RevocableTrustData['assests_info']['asset'] as $asset)
Description:
{{ ucwords($asset['description']??"No Specified") }}
@endforeach
@endif
@else
@endif
Gifts Recipients
@if(isset($RevocableTrustData['gifts_info']) && (isset($RevocableTrustData['gifts_info']['do_you_want_to_gift_anything_from_your_living_trust'])) && $RevocableTrustData['gifts_info']['do_you_want_to_gift_anything_from_your_living_trust']==='yes')
@if(isset($RevocableTrustData['gifts_info']['gifts']))
@foreach($RevocableTrustData['gifts_info']['gifts'] as $gift)
Name:
{{ ucwords($gift['name']??"No Specified") }}
City:
{{ ucwords($gift['city']??"No Specified") }}
State:
{{ ucwords($gift['state']??"No Specified") }}
Description:
{{ ucwords($gift['description']??"No Specified") }}
Recipient Is a Minor?
@if(!isset($gift['is_minor']))
No Specified
@else
@if(isset($gift['is_minor']) && $gift['is_minor'] == 1) Yes @else No @endif
@endif
@if(isset($gift['is_alternate_recipient']) && $gift['is_alternate_recipient'] == 1)
Alternate Recipients
Name:
{{ ucwords($gift['alternate_recipient']['name']??"No Specified") }}
City:
{{ $gift['alternate_recipient']['city']??"No Specified" }}
State:
{{ ucwords($gift['alternate_recipient']['state']??"No Specified") }}
@endif
@endforeach
@endif
@else
@endif
Beneficiaries
@if(!empty($RevocableTrustData['beneficiaries']))
@if(isset($RevocableTrustData['beneficiaries']))
@foreach($RevocableTrustData['beneficiaries'] as $beneficiary)
Name:
{{ ucwords($beneficiary['name']??"No Specified") }}
City:
{{ ucwords($beneficiary['city']??"No Specified") }}
State:
{{ ucwords($beneficiary['state']??"No Specified") }}
Recipient Is a Minor?
@if(!empty($beneficiary['is_minor']))
@if(isset($beneficiary['is_minor']) && $beneficiary['is_minor'] == 1) Yes @else No @endif
@else
No Specified
@endif
@if(isset($beneficiary['is_alternate_beneficiary']) && $beneficiary['is_alternate_beneficiary'] == 1)
Alternate Beneficiaries
Name:
{{ ucwords($beneficiary['alternate_beneficiaries']['name']??"No Specified") }}
City:
{{ ucwords($beneficiary['alternate_beneficiaries']['city']??"No Specified") }}
State:
{{ ucwords($beneficiary['alternate_beneficiaries']['state']??"No Specified") }}
@endif
@endforeach
@endif
@else
@endif
Additional Terms
@if(isset($RevocableTrustData['additionals']))
Do You Want Your Final Taxes And Debts To Be Paid Out Of Your Living Trust?
{{ ucwords(($RevocableTrustData['additionals']['taxes_and_debts_to_be_paid'])??'No Specified') }}
Do You Want Your Funeral Costs And Other Final Expenses To Be Paid Out Of Your Living Trust?
{{ ucwords(($RevocableTrustData['additionals']['funeral_other_expenses_to_be_paid'])??'No Specified') }}
@else
@endif
Pour Over Will
@if(isset($RevocableTrustData['pour_over']))
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.
{{ ucwords(($RevocableTrustData['pour_over']['does_the_first_grantor_want_to_create_a_pour_over_will_now'])??'No Specified') }}
@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.
{{ ucwords(($RevocableTrustData['pour_over']['does_the_second_grantor_want_to_create_a_pour_Over_will_now'])??'No Specified') }}
@endif
@else
@endif
Executors
@if(isset($RevocableTrustData['executors']))
Do You Want Your Successor Trustee To Administer Your Estate?
{{ ucwords(($RevocableTrustData['executors']['do_you_want_your_successor_trustee_to_administer_your_estate'])??'No Specified') }}
@if(isset($RevocableTrustData['executors']['do_you_want_your_successor_trustee_to_administer_your_estate']) && $RevocableTrustData['executors']['do_you_want_your_successor_trustee_to_administer_your_estate'] === 'yes')
@if(isset($RevocableTrustData['executors']['alternate_executors']))
Who do you want to administer your estate?
@foreach($RevocableTrustData['executors']['alternate_executors'] as $executor)
Name:
{{ ucwords($executor['name']??"No Specified") }}
City:
{{ ucwords($executor['city']??"No Specified") }}
State:
{{ ucwords($executor['state']??"No Specified") }}
@endforeach
@endif
@endif
@else
@endif
Signing Details
@if(isset($RevocableTrustData['signing']))
When Will You Sign Your Living Trust?
{{$RevocableTrustData['signing']['specify_date']}}
@if(isset($RevocableTrustData['signing']['specify_date']))
@if($RevocableTrustData['signing']['specify_date'] == "no") Unsure @else {{$RevocableTrustData['signing']['date_to_sign'] ?? "No Specified"}} @endif
@else
No Specified
@endif
{{--
Where Will You Sign Your Documents?
--}}
{{--
Name:
{{ucwords($RevocableTrustData['signing']['name'] ?? "No Specified")}}
--}}
Where Will You Sign Your Documents?
{{ucwords($RevocableTrustData['signing']['city'] ?? "No Specified")}}
{{--
State:
{{ucwords($RevocableTrustData['signing']['state'] ?? "No Specified")}}
--}}
How Many Witnesses Will Sign This Living Trust?
@if(!empty($RevocableTrustData['signing']['witnesses']))
@if($RevocableTrustData['signing']['witnesses'] == 1)
Notary Public Only
@elseif($RevocableTrustData['signing']['witnesses'] == 2)
One Witness And a Notary Public
@elseif($RevocableTrustData['signing']['witnesses'] == 3)
Two Witnesses And a Notary Public
@endif
@else
No Specified
@endif
@else
@endif
{{--START
*Author :Gurupriya Solanki
*Update Date : 5 April 2024
*Description : Added created_at and updated_at
--}}
{{--END - Added created_at and updated_at--}}