@extends('layouts.v2.frontend-user-backend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.v2.Will-Testament.stepIndicator')
@csrf

Children

Do you have children?

children_status) && $willsAndTest->children_status == "yes" ? 'checked' : ''}}>
children_status) && $willsAndTest->children_status == "no" ? 'checked' : ''}}>

Who are your children?

@if(empty($willsAndTest->children))
Child Name
Remove
e.g. William Timothy Smith

Is this child a dependent? ?

@else @foreach(json_decode($willsAndTest->children) as $index => $children)
Child Name
Remove
e.g. William Timothy Smith

Is this child a dependent? ?

dependent === 'yes') checked @endif>
dependent === 'no') checked @endif>
@endforeach @endif
@if (in_array($willsAndTest->m_status, ['commonLaw', 'married'])) @else @endif
FAQ’s

Should I list stepchildren?

Whether or not you should list stepchildren in your estate planning documents depends on your wishes and your relationship with them. If you want to include stepchildren as beneficiaries or provide for them in your estate, it is crucial to specify your intentions in your Will or Trust.
@endsection @section('page-js') @endsection