@if ( count($products) > 0 ) @foreach ($products as $product)
@include(get_view('components.product.single-product'))
@endforeach
{{ $products->links() }}
@else @include(get_view('components.errors.product-not-found')) @endif