@extends('layouts.frontend') @section('title', '| Free Living Will') @section('content') @include('frontend.forms.Living-Will.stepIndicator')
@csrf
Contact List
Do you want to provide a list of people for your doctor to contact before any vital treatment is stopped?
contacts) ? 'checked' : '' }}> contacts) ? 'checked' : '' }}>
@if(empty($livingWillForm->contacts))
Contact
Remove
@else @foreach(json_decode($livingWillForm->contacts) as $contact)
Contact
Remove
@endforeach @endif
Frequently Asked Questions

Why might I want to include a contact list?

Including a contact list in your estate planning documents can be helpful for your loved ones and executor to reach out to relevant parties, such as financial institutions, legal professionals, and family members, in the event of your incapacity or passing.
@endsection @section('page-js') @endsection