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

Animated stripes

--}}

Miscellaneous

@csrf
@if ($errors->has('use_illegal_drugs')) {{ $errors->first('use_illegal_drugs') }} @endif
@if ($errors->has('which_drugs')) {{ $errors->first('which_drugs') }} @endif
@if ($errors->has('drugs_how_often')) {{ $errors->first('drugs_how_often') }} @endif

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

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