@if ($ps->featured_category == 1) @php $categoryhasimage = false; foreach ($categories->where('is_featured', '=', 1) as $cat) { if (!empty($cat->image)) { $categoryhasimage = true; break; } $categoryhasimage = false; } @endphp {{-- Slider buttom Category Start --}}
@if ($categoryhasimage)

{{ __('Categories Highlight') }}

@endif
{{-- Slider buttom banner End --}} @endif