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

Additional details

Do you want to include any additional instructions?

additional_details_status) && $willsAndTest->additional_details_status == "yes" ? 'checked' : ''}}>
additional_details_status) && $willsAndTest->additional_details_status == "no" ? 'checked' : ''}}>
@php $willsAndTestDetailsArray = json_decode($willsAndTest->additional_details, true); @endphp @if(is_array($willsAndTestDetailsArray) && count($willsAndTestDetailsArray) > 0) @foreach($willsAndTestDetailsArray as $index => $details)
Additional details
Remove
@endforeach @else
Additional details
Remove
@endif
FAQ’s

Who should I choose to carry out my final wishes?

Choosing an executor is a crucial decision in your estate planning. It's advisable to select someone you trust implicitly, such as a family member, close friend, or legal professional. Your chosen executor should be organized, responsible, and willing to fulfill the duties outlined in your Will.
@endsection @section('page-js') @endsection