@include('forms/elements/header_start') @include('patients/elements/header_end')
70% complete
{{--

Animated stripes

--}}

Endocrine

@csrf {{-- QUESTION 1 --}}
@if ($errors->has('have_endocrine_disorders')) {{ $errors->first('have_endocrine_disorders') }} @endif

@if ($errors->has('have_diabetes')) {{ $errors->first('have_diabetes') }} @endif
@if ($errors->has('insulin_type')) {{ $errors->first('insulin_type') }} @endif
@if ($errors->has('avg_glucose_reading')) {{ $errors->first('avg_glucose_reading') }} @endif
@if ($errors->has('last_h1ac_test')) {{ $errors->first('last_h1ac_test') }} @endif

@if ($errors->has('hypo')) {{ $errors->first('hypo') }} @endif
@if ($errors->has('last_tsh')) {{ $errors->first('last_tsh') }} @endif
@if ($errors->has('have_arthiritis')) {{ $errors->first('have_arthiritis') }} @endif
@if ($errors->has('take_steroids')) {{ $errors->first('take_steroids') }} @endif

@if ($errors->has('have_lupus')) {{ $errors->first('have_lupus') }} @endif

@if ($errors->has('blood_disorders')) {{ $errors->first('blood_disorders') }} @endif

@if ($errors->has('have_hiv_aids')) {{ $errors->first('have_hiv_aids') }} @endif
@if ($errors->has('last_dc4_test')) {{ $errors->first('last_dc4_test') }} @endif
Card image cap
@include('forms/elements/footer_start') @include('forms/elements/footer_end')