@php if (request()->has('category') && request()->category == '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', '') !!}