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

Instructions for health care proxy

I want your health care proxy to be able to:

@if( isset($livingWillForm->proxy_authority) && $livingWillForm->proxy_authority == "Limited to following the directions listed in this document")
tube_feeding) && $livingWillForm->tube_feeding == "yes" ? 'checked' : ''}}>
@endif
medical_records) && $livingWillForm->medical_records == "yes" ? 'checked' : ''}}>
Frequently Asked Questions

What is a Healthcare proxy?

A Healthcare proxy is a legal document that allows you to appoint someone as your healthcare agent or proxy. This person is authorized to make medical decisions if they cannot do so due to incapacitation.
@endsection @section('page-js') @endsection