@extends('layouts.frontend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.Revocable-Living-Trust.stepIndicator')
@csrf
Beneficiary Details
Who are your beneficiaries?
@if(count($RevocableTrustData['beneficiaries']) > 0) @foreach( $RevocableTrustData['beneficiaries'] as $beneficiary)
Beneficiary
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
Beneficiary is a minor
Name an alternate beneficiary
@endforeach @else
Beneficiary
Remove
e.g. William Timothy Smith
e.g. Northridge
e.g. California
How much of the estate will you give to this beneficiary?
Beneficiary is a minor
Name an alternate beneficiary
e.g. William Timothy Smith
e.g. Northridge
e.g. California
@endif
@endsection @section('page-js') @endsection