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

Location

@if($livingWillForm->health_care_decisions == "yes") @elseif($livingWillForm->health_care_decisions == "no") @endif
@endsection @section('page-js') @endsection