@lang('app.reset')
(is_null($filterCategories))])> @lang('app.showAll')
@foreach($categoryList as $key => $value)
($filterCategories == $value->id)])> {{ $value->category_name }}
@endforeach