@extends('layouts.v2.frontend-user-backend') @section('title', '| Revocable Living Trust') @section('content') @include('frontend.forms.v2.Revocable-Living-Trust.stepIndicator')
@csrf

Beneficiary details

Who are your beneficiaries? ?

@if(count($RevocableTrustData['beneficiaries']) > 0) @foreach( $RevocableTrustData['beneficiaries'] as $beneficiary)
Beneficiary
Remove
index.type", $beneficiary['type'] ?? '') == 'charity' ? 'checked' : '' }}>
index.type", $beneficiary['type'] ?? '') == 'business' ? 'checked' : '' }}>
e.g. William Timothy Smith
e.g. Northridge
@endforeach @else
Beneficiary
Remove
e.g. William Timothy Smith
e.g. Northridge
@endif
@endsection @section('page-js') @endsection