{{-- * @category : "Revocable-Living-Trust" Form's Step-Preview Page * @author : Gurupriya Solanki * @updated date : 30 May 2024 * @company : Birbals Inc * @description : This is a preview page for "Revocable-Living-Trust" form's Steps Where User can see their all filled step's forms data and can pay to receive Attorney And Document. If payment has been successfully done then Admin will upload this document by Admin panel for particular user to send email with attachment. *Client end send the edit request if their intial payment has done and now they want to update their details then have to click on edit button from preview page then request will send to Admin. After approval by Admin client will receive an email and fron dashboard they will "Edit" Button Client has to click on that button to start update process. After update their data they have to pay as well to submit their updated details. * Data is coming from - app\Http\Controllers\Forms\RevocableLivingTrust.php And calling function name is "createSteppreview" * Send Updated Will Document on Vtiger CRM and update path in last payment record in payments table For Free Edit ---}} @extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.Revocable-Living-Trust.stepIndicator') {{-- start --}}
{{-- step 1 --}}
@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') }}
@endif
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"))
No Specified
@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
No Specified
@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
No Specified
@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
No Specified
@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
No Specified

@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
No Specified

@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
No Specified

@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
No Specified

@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
No Specified
@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
No Specified
@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
No Specified
@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
No Specified
@endif
{{--START *Author :Gurupriya Solanki *Update Date : 5 April 2024 *Description : Added created_at and updated_at --}}
Final Details
Created At:
{{-- {{ $RevocableTrustData['created_at'] ?? 'Not specified' }} --}} {{ isset($RevocableTrustData['created_at']) ? date('m/d/Y h:i A', strtotime($RevocableTrustData['created_at'])) : 'Not specified' }} (EST)
Updated At:
{{-- {{ $RevocableTrustData['updated_at'] ?? 'Not specified' }} --}} {{ isset($RevocableTrustData['updated_at']) ? date('m/d/Y h:i A', strtotime($RevocableTrustData['updated_at'])) : 'Not specified' }} (EST)
{{--END - Added created_at and updated_at--}}
{{-- Payment modal --}} @include('frontend.modals.commanPaymentModal') {{-- Payment modal:Ends --}} {{-- Showing Message when click on Edit Button in Modal: Starts here--}} @include('frontend.modals.editRequestOptionPopup') {{-- Showing Message when click on Edit Button in Modal: Ends here--}} {{-- Showing Disclaimer when click on Edit Submit Button in Modal: Starts here--}} @include('frontend.modals.editSubmitDisclaimerPopup') {{-- ShowingDisclaimer Message when click on Edit Submit Button in Modal: Ends here--}} @endsection @section('page-js') @if($RevocableTrustData['edit_request_data']) {{-- /* * Author: Vidhi Shah * Updated date: 26th Mar 2024 * Description: Add edit option for paid forms */ --}} @else {{-- /* * Author: Gurupriya Solanki * Company: Birbals Inc. * Created date: 18 April 2024 * Description: This Modal Pop is showing when Client is click on Edit button to show Disclaimer. Then after confirm Edit request will send to Admin and sending email as well. If Request is already sent then this modal will not show */ --}} @endif @endsection