Preview

  • Property Type: {{$data['property']['type']}}
  • Living trust will for: {{$data['author']['name']}}
  • City: {{$data['author']['city']}}
  • State: {{$data['author']['state']}}
  • Spouse Name: {{$data['spouse']['name']}}
  • Spouse City: {{$data['spouse']['city']}}
  • Spouse State: {{$data['spouse']['state']}}

Grantor

  • Are you creating this Living Trust with anyone else?: {{ $data['grantor']['is_grantor']=="1" ? "Yes" : "No"}}
  • Who are you creating this trust with?: {{$data['grantor']['creating_trust_with']}}

Trustee

  • Will you control your assets as trustee?: {{$data['trustee']['control_asset_as_trustee']=="1" ? "Yes":"No"}}

Successor Trustee

@if(count($data['successors']) > 0) @foreach($data['successors'] as $child)
  • Name: {{$child['name']}}
  • City: {{$child['city']}}
  • State: {{$child['state']}}
@endforeach @else

No Data Found.

@endif

Assets

@if(count($data['asset']) > 0) @foreach($data['asset'] as $child)
  • Asset Description: {{$child['description']}}
@endforeach @else

No Data Found.

@endif

Gifts

@if(count($data['gift_recipients']) > 0) @foreach($data['gift_recipients'] as $child)
  • Name: {{$child['name']}}
  • City: {{$child['city']}}
  • State: {{$child['state']}}
  • @if(!empty($child['name_alternate_gift_recipint']))
  • Name an alternate gift recipient: {{$child['name_alternate_gift_recipint'] == "on" ? "Yes":"No"}}
  • @endif @if(count($child['alternate_recipients']) > 0) @foreach($child['alternate_recipients'] as $recipient)
  • Alternate recipient Name: {{$recipient['name']}}
  • Alternate recipient City: {{$recipient['city']}}
  • Alternate recipient State: {{$recipient['state']}}
  • @endforeach @endif
@endforeach @else

No Data Found.

@endif

Beneficiaries

@if(count($data['beneficiaries']) > 0) @foreach($data['beneficiaries'] as $beneficiary)
  • Name: {{$beneficiary['name']}}
  • City: {{$beneficiary['city']}}
  • State: {{$beneficiary['state']}}
  • @if(!empty($beneficiary['alternate_beneficiary']))
  • Name an alternate beneficiary: {{$beneficiary['alternate_beneficiary'] == "2" ? "Yes":"No"}}
  • @endif @if(count($beneficiary['alternate_beneficiaries']) > 0)
  • Alternate beneficiary Name: {{$beneficiary['alternate_beneficiaries']['name']}}
  • Alternate beneficiary City: {{$beneficiary['alternate_beneficiaries']['city']}}
  • Alternate beneficiary State: {{$beneficiary['alternate_beneficiaries']['state']}}
  • @endif
@endforeach @else

No Data Found.

@endif

Additional Terms

  • Do you want your final taxes and debts to be paid out of your Living Trust?: {{$data['additional_terms']['taxes_and_debts_to_be_paid']=="1"?"Yes":"No"}}
  • Do you want your funeral costs and other final expenses to be paid out of your Living Trust?: {{$data['additional_terms']['funeral_other_expenses_to_be_paid']=="1"?"Yes":"No"}}

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?: {{$data['pour_over_will']['want_to_create']=="1"?"Yes":"No"}}

Administer your estate

  • Do you want your successor trustee to administer your estate?: {{$data['executors']['administer_your_estate']=="1"?"Yes":"No"}}

Who do you want to administer your estate?

@if(count($data['alternate_executors']) > 0) @foreach($data['alternate_executors'] as $executor)
  • Name: {{$executor['name']}}
  • City: {{$executor['city']}}
  • State: {{$executor['state']}}
@endforeach @else

No Data Found.

@endif

Signing Details

  • When will you sign your Living Trust?: {{$data['signing_info']['specify_date']=="1"?"Yes":"No"}}
  • Signing Date: {{$data['signing_info']['date_to_sign']=="1"?"Yes":"No"}}

Where will you sign your documents?

@if(count($data['signing_info']) > 0)
  • Name: {{$data['signing_info']['name']}}
  • City: {{$data['signing_info']['city']}}
  • State: {{$data['signing_info']['state']}}
@else

No Data Found.

@endif