@extends('layout.base') @section('page-title', $cat_name) @section('page-js-script') @endsection @section('container')
@include('partial.aside._filter', ['filter_cate' => $filter_cate, 'show_star' => 0])
@php $slug = str_replace('/', '__', $cat_name); @endphp

{{ $cat_name }}

{{--

24 Products found

--}}

{{ $total }} Products found

{{-- --}}
@foreach ($stocklist as $v) @if (!empty($v['preferential_price'])) @else @endif @endforeach
@include('partial._pagination', $paginate)
@endsection