@extends('layouts.frontend') @section('title', '| Free Living Will') @section('content') @include('frontend.forms.Living-Will.stepIndicator')
@csrf
Health Care Preferences
Do you want to list your health care preferences so caregivers have instruction to follow?
preferences) && $livingWillForm->preferences == "yes" ? 'checked' : 'checked'}}> preferences) && $livingWillForm->preferences == "no" ? 'checked' : ''}}>
@endsection @section('page-js') @endsection