@extends('frontend.layouts.app') @section('contents')
@include('frontend.pages.partials.product-page-sidebar')

We found {{ $products->total() }} items for you!

{{--
Show:
50
--}} {{-- --}}
@forelse($products as $product) @empty

No product found

@endforelse
{{ $products->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush