Order ID : {{$RevocableTrustData['payment_order_id']}}
| Revocable Living Trust | |
|---|---|
| Property Type: | {{ ucwords(($RevocableTrustData['property']['type'])??'Not Specified') }} |
| Name: | {{ ucwords(($RevocableTrustData['author_info']['author']['name'])??'Not Specified') }} |
| Street Address1: | {{ ucwords(($RevocableTrustData['author_info']['author']['street_1'])??'Not Specified') }} |
| Street Address2: | {{ ucwords(($RevocableTrustData['author_info']['author']['street_2'])??'Not Specified') }} |
| City: | {{ ucwords(($RevocableTrustData['author_info']['author']['city'])??'Not Specified') }} |
| State: | {{ ucwords(($RevocableTrustData['author_info']['author']['state_name'])??'Not Specified') }} |
| Country: | {{ ucwords(($RevocableTrustData['author_info']['author']['country_name'])??'Not Specified') }} |
| ZIP Code: | {{ ucwords(($RevocableTrustData['author_info']['author']['zip_code'])??'Not Specified') }} |
| Are You Creating This Living Trust With Anyone Else? | {{ ucwords(($RevocableTrustData['grantor_info']['grantor']['creating_this_living_trust_with_anyone_else'])??'Not Specified') }} |
| Who Are You Creating This Trust With? | {{ ucwords(($RevocableTrustData['grantor_info']['grantor']['who_are_you_creating_this_trust_with'])??'Not Specified') }} |
| Not Specified | |
| Spouse Details | |
| Name: | {{ ucwords($RevocableTrustData['spouse_info']['spouse']['name']??"Not Specified") }} |
| City: | {{ ucwords($RevocableTrustData['spouse_info']['spouse']['city']??"Not Specified") }} |
| Country: | {{ ucwords($RevocableTrustData['spouse_info']['spouse']['country_name']??"Not Specified") }} |
| State: | {{ ucwords($RevocableTrustData['spouse_info']['spouse']['state_name']??"Not Specified") }} |
| Not Specified | |
| Second Grantor Details | |
| Name: | {{ ucwords($RevocableTrustData['second_grantor_info']['second_grantor']['grantor']['name']??"Not Specified") }} |
| City: | {{ ucwords($RevocableTrustData['second_grantor_info']['second_grantor']['grantor']['city']??"Not Specified") }} |
| Country: | {{ ucwords($RevocableTrustData['second_grantor_info']['second_grantor']['grantor']['country_name']??"Not Specified") }} |
| State: | {{ ucwords($RevocableTrustData['second_grantor_info']['second_grantor']['grantor']['state_name']??"Not Specified") }} |
| Not Specified | |
| Trustee Details | |
| Will You Control Your Assets As Trustee? | {{ ucwords($RevocableTrustData['trustees_info']['trustee']['will_you_control_your_assets_as_trustee']??"no") }} |
| Name: | {{ ucwords($child_trustee['name']??"Not Specified") }} |
| City: | {{ ucwords($child_trustee['city']??"Not Specified") }} |
| Country: | {{ ucwords($child_trustee['country_name']??"Not Specified") }} |
| State: | {{ ucwords($child_trustee['state_name']??"Not Specified") }} |
| Not Specified | |
| Successor Trustees | |
| Name: | {{ ucwords($successor['name']??"Not Specified") }} |
| City: | {{ ucwords($successor['city']??"Not Specified") }} |
| Country: | {{ ucwords($successor['country_name']??"Not Specified") }} |
| State: | {{ ucwords($successor['state_name']??"Not Specified") }} |
| Not Specified | |
| Assets | |
| Type: | {{ ucwords(str_replace('_', ' ', $type)) ?: 'Not Specified' }} |
| Description: | {!! nl2br(e(ucwords($description))) ?: 'Not Specified' !!} |
| Assets | |
| Not Specified | |
| Gifts Recipients | |
| Name: | {{ ucwords($gift['name']??"Not Specified") }} |
| City: | {{ ucwords($gift['city']??"Not Specified") }} |
| Country: | {{ ucwords($gift['country_name']??"Not Specified") }} |
| State: | {{ ucwords($gift['state_name']??"Not Specified") }} |
| Description: | {{ ucwords($gift['description']??"Not Specified") }} |
| Recipient Is a Minor? | @if(isset($gift['is_minor']) && $gift['is_minor'] == 1) Yes @else No @endif |
| Alternate Recipients | |
| Name: | {{ ucwords($gift['alternate_recipient']['name']??"Not Specified") }} |
| City: | {{ $gift['alternate_recipient']['city']??"Not Specified" }} |
| Country: | {{ ucwords($gift['alternate_recipient']['country_name']??"Not Specified") }} |
| State: | {{ ucwords($gift['alternate_recipient']['state_name']??"Not Specified") }} |
| Not Specified | |
| Beneficiaries | |
| {{ ordinal($loop->iteration) }} Beneficiary | |
| Type: | {{ ucwords($beneficiary['type'] ?? "Not Specified") }} |
| @switch($beneficiary['type'] ?? '') @case('person') Full Name: @break @case('charity') Organization Name: @break @case('business') Company Name: @break @default Name: @endswitch | {{ ucwords($beneficiary['name'] ?? "Not Specified") }} |
| City: | {{ ucwords($beneficiary['city'] ?? "Not Specified") }} |
| Country: | {{ ucwords($beneficiary['country_name'] ?? "Not Specified") }} |
| State: | {{ ucwords($beneficiary['state_name'] ?? "Not Specified") }} |
| Recipient Is a Minor? | @if(isset($beneficiary['is_minor'])) {{ $beneficiary['is_minor'] == 1 ? 'Yes' : 'No' }} @else Not Specified @endif |
| Alternate Beneficiary | |
| Name: | {{ ucwords($beneficiary['alternate_beneficiaries']['name'] ?? "Not Specified") }} |
| City: | {{ ucwords($beneficiary['alternate_beneficiaries']['city'] ?? "Not Specified") }} |
| Country: | {{ ucwords($beneficiary['alternate_beneficiaries']['country_name'] ?? "Not Specified") }} |
| State: | {{ ucwords($beneficiary['alternate_beneficiaries']['state_name'] ?? "Not Specified") }} |
| Not Specified | |
| Division of Assets | |
| Division: | {{ ucwords($RevocableTrustData['beneficiary_share']['beneficiary_division'] ?? "Not Specified") }} |
| Name: | {{ ucwords($beneficiary['name'] ?? "Not Specified") }} |
| Share: | {{ isset($RevocableTrustData['beneficiary_share'][$index]['share']) ? $RevocableTrustData['beneficiary_share'][$index]['share'] . "%" : "Not Specified" }} |
| Minor Beneficiaries | |
| When do you want your minor beneficiaries to receive their inheritance from the Living Trust?: | {{ ucwords($RevocableTrustData['beneficiary_minor']['beneficiary_inheritance'] ?? "Not Specified") }} |
| Age: | {{ $RevocableTrustData['beneficiary_minor']['beneficiary_minor_other_age'] ?? "Not Specified" }} |
| Additional Terms | |
| 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'])??'Not 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'])??'Not Specified') }} |
| Not Specified | |
| 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. | {{ ucwords(($RevocableTrustData['pour_over']['does_the_first_grantor_want_to_create_a_pour_over_will_now'])??'Not Specified') }} |
| Not Specified | |
| Executors | |
| Do You Want Your Successor Trustee To Administer Your Estate? | {{ ucwords(($RevocableTrustData['executors']['do_you_want_your_successor_trustee_to_administer_your_estate'])??'Not Specified') }} |
| Who do you want to administer your estate? | |
| Name: | {{ ucwords($executor['name']??"Not Specified") }} |
| City: | {{ ucwords($executor['city']??"Not Specified") }} |
| Country: | {{ ucwords($executor['country_name']??"Not Specified") }} |
| State: | {{ ucwords($executor['state_name']??"Not Specified") }} |
| Not Specified | |
| Signing Details | |
| When Will You Sign Your Living Trust? | @if(isset($RevocableTrustData['signing']['specify_date']) && $RevocableTrustData['signing']['specify_date'] == "no") Unsure @else {{$RevocableTrustData['signing']['date_to_sign'] ?? "Not Specified"}} @endif |
| Where Will You Sign Your Documents? | {{ucwords($RevocableTrustData['signing']['city'] ?? "Not 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 Not Specified @endif |
| Not Specified | |
| Final Details | |
| Created At | {{ isset($RevocableTrustData['created_at']) ? date('m/d/Y h:i A', strtotime($RevocableTrustData['created_at'])) : 'Not specified' }} (EST) |
| Updated At | {{ isset($RevocableTrustData['updated_at']) ? date('m/d/Y h:i A', strtotime($RevocableTrustData['updated_at'])) : 'Not specified' }} (EST) |