{{-- General error message --}}
@if ($errors->has('general'))
Oops!
{{ $errors->first('general') }}
@endif
{{csrf_field()}}
@if ($errors->has('familyHistory'))
{{ $errors->first('familyHistory') }}
@endif
@if ($errors->has('medicalHistory'))
{{ $errors->first('medicalHistory') }}
@endif
@if ($errors->has('postSurgicalHistory'))
{{ $errors->first('postSurgicalHistory') }}
@endif