@if($products->isNotEmpty()) @php($currentLayout = $currentLayout ?? get_current_product_layout()) @include(Theme::getThemeNamespace("views.ecommerce.includes.product-$currentLayout")) @if($products instanceof \Illuminate\Contracts\Pagination\LengthAwarePaginator)
{{ __('No products found!') }}