@php if (isset($ads->category_slug) && $ads->category_slug == 'mens-fashion-grooming'){ $cloth_types = config()->get('static_array.mens_clothing'); }else{ $cloth_types = config()->get('static_array.womens_clothing'); } @endphp
{!! $errors->first('ads_type', '') !!}