@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if ($errors->has('payment_method'))
{{ $errors->first('payment_method') }}
@endif
@if ($errors->has('country_ids'))
{{ $errors->first('country_ids') }}
@endif
@if ($errors->has('state_ids'))
{{ $errors->first('state_ids') }}
@endif
@if ($errors->has('cities_ids'))
{{ $errors->first('cities_ids') }}
@endif