@extends('layouts.frontend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.Will-Testament.stepIndicator')
@csrf
Children
Do you have children?
children) ? 'checked' : '' }}> children) ? 'checked' : '' }}>
Who are the 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(empty($willsAndTest->children)) @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