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

Marital status

What is your marital status? ?

m_status) && $willsAndTest->m_status == "single" ? 'checked' : ''}}>
m_status) && $willsAndTest->m_status == "married" ? 'checked' : ''}}>
m_status) && $willsAndTest->m_status == "commonLaw" ? 'checked' : ''}}>
FAQ’s

What is a Common Law relationship?

A common-law relationship, often known as a Common-Law Marriage, is a legally recognized partnership between two individuals who have lived together and presented themselves as a married couple for a significant period, even without a formal marriage.
@endsection @section('page-js') @endsection