@extends('layouts.frontend') @section('title', '| Free Living Will') @section('content') @include('frontend.forms.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")
@endif
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