{{ $products->total() }}
{{ __('Products found') }}
{{ __('View') }}
@if ($products->count() > 0) @foreach($products as $product)
{!! Theme::partial('ecommerce.product-item', compact('product')) !!}
@endforeach @endif
{!! $products->withQueryString()->links() !!}
@include('plugins/marketplace::themes.stores.items')