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

Animated stripes

--}}

Neurological

@csrf
@if ($errors->has('had_stroke')) {{ $errors->first('had_stroke') }} @endif
@if ($errors->has('date_of_stroke')) {{ $errors->first('date_of_stroke') }} @endif
@if ($errors->has('stroke_weakness_where')) {{ $errors->first('stroke_weakness_where') }} @endif

@if ($errors->has('get_seizures')) {{ $errors->first('get_seizures') }} @endif
@if ($errors->has('date_of_seizure')) {{ $errors->first('date_of_seizure') }} @endif
@if ($errors->has('type_of_seizure')) {{ $errors->first('type_of_seizure') }} @endif

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

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

@if ($errors->has('have_dementia')) {{ $errors->first('have_dementia') }} @endif
@if ($errors->has('how_long_had_dementia')) {{ $errors->first('how_long_had_dementia') }} @endif
@if ($errors->has('dementia_stage')) {{ $errors->first('dementia_stage') }} @endif

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

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

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