@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->m_status) && $willsAndTest->m_status == 'married')

Spouse details

What is your spouse's name?

e.g. William Timothy Smith
@endif @if(isset($willsAndTest->m_status) && $willsAndTest->m_status == 'commonLaw')

Partner details

Who is the testator's partner?

e.g. Blake Chan
@endif
@endsection @section('page-js') @endsection