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

Animated stripes

--}}

General Questions

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

@if ($errors->has('age')) {{ $errors->first('age') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('education_level')) {{ $errors->first('education_level') }} @endif

If you have any allergies, please enter them, followed by a comma after each allergy.

Card image cap
@include('forms/elements/footer_start') @include('forms/elements/footer_end')