@if (isset($subscriptions))
@if ($errors->has('subscription'))
{{ $errors->first('subscription') }}
@endif
@endif
@if (isset($clinics))
@if ($errors->has('clinic_id'))
{{ $errors->first('clinic_id') }}
@endif
@endif
@if (isset($doctor_categories))
@if ($errors->has('doctor_category_ids'))
{{ $errors->first('doctor_category_ids') }}
@endif
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif