@extends('layouts.frontend') @section('title', '| Free Living Will') @section('content') @include('frontend.forms.Living-Will.stepIndicator')
@csrf
Health Care Proxy Authority
How much authority do you want your health care proxy to have?
proxy_authority) || $livingWillForm->proxy_authority == "Limited to following the directions listed in this document" ? 'checked' : ''}}> proxy_authority) && $livingWillForm->proxy_authority == "Must follow my listed directions but is also able to make decisions not covered in this document" ? 'checked' : ''}}> proxy_authority) && $livingWillForm->proxy_authority == "Complete authority to make decisions even if they contradict this document" ? '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