@if (isset($subscriptions))
@if ($errors->has('subscription'))
{{ $errors->first('subscription') }}
@endif
@endif
@if (isset($therapist_communitys))
@if ($errors->has('therapist_community_id'))
{{ $errors->first('therapist_community_id') }}
@endif
@endif
@if (isset($therapist_categories))
@if ($errors->has('therapist_category_ids'))
{{ $errors->first('therapist_category_ids') }}
@endif
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif