@extends('layouts.v2.frontend-user-backend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.v2.Will-Testament.stepIndicator')
@csrf
@if(isset($willsAndTest->a_status) && $willsAndTest->a_status == 'self')

Your details

What are your details?

e.g. William Timothy Smith
{{-- --}}
{{-- --}}
city
@endif @if(isset($willsAndTest->a_status) && $willsAndTest->a_status == 'someone')

Testator Details

Whose Last Will are you creating?

e.g. William Timothy Smith
city
@php $stateRaw = $willsAndTest->state ?? null; $stateValue = (ctype_digit((string)$stateRaw)) ? getState((int)$stateRaw) : ($stateRaw ?: 'Not specified'); @endphp
@endif
@endsection @section('page-js') {{-- Developer Name: Theshan Thanushka Date: April 10, 2024 Description: JavaScript code snippet that utilizes jQuery to populate input fields with user data retrieved via AJAX when a checkbox is checked. If the checkbox is unchecked, it clears the input fields. Authour : Gurupriya Solanki Update Date : 30 May 2024 Description : added address response in the relevent input --}} @endsection