@extends('layouts.v2.frontend-user-backend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.v2.End-Of-Life-Plan.stepIndicator')
@csrf

Organ donation

Are you a registered organ donor? ?

Note that you cannot simply state your desire to be an organ donor in this document. You must also register to be an organ donor at your local DMV or online.

Where are you registered as a donor?

{{-- --}}
{{-- --}}
@if(isset($endoflifePlanForm->announcement) && $endoflifePlanForm->announcement == "no" ) @endif @if(isset($endoflifePlanForm->announcement) && $endoflifePlanForm->announcement == "death" ) @endif @if(isset($endoflifePlanForm->announcement) && $endoflifePlanForm->announcement == "obituary" ) @endif
@endsection @section('page-js') @endsection