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

Animated stripes

--}}

Surgical History

@csrf
@if ($errors->has('surgery_name')) {{ $errors->first('surgery_name') }} @endif
@if ($errors->has('surgery_date')) {{ $errors->first('surgery_date') }} @endif
@if ($errors->has('sedation_type')) {{ $errors->first('sedation_type') }} @endif
@if ($errors->has('complications')) {{ $errors->first('complications') }} @endif
@if ($errors->has('anasthetic_complications')) {{ $errors->first('anasthetic_complications') }} @endif
Card image cap
@include('forms/elements/footer_start') @include('forms/elements/footer_end')