@if (isset($subscriptions))
@if ($errors->has('subscription'))
{{ $errors->first('subscription') }}
@endif
@endif
@if (isset($clinic_categories))
@if ($errors->has('clinic_category_ids'))
{{ $errors->first('clinic_category_ids') }}
@endif
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif