@include('forms/elements/header_start') @include('patients/elements/header_end')
{{-- @include('patients.elements.list')--}}
90% complete
{{--

Animated stripes

--}}

Gastrointestinal

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

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

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

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

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