@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)

{{ __('Visit our categories') }}

{{ __('Buy by department by clicking on the category and discover all our products in this segment.') }}

@endif @foreach ($categories->where('is_featured', '=', 1) as $cat) @endforeach
{{-- Slider buttom banner End --}} @endif