@if (theme_option('vendor_page_detail_layout') == 'list')
{!! BaseHelper::clean(__('We found :total items for you!', ['total' => '' . $products->total() . ''])) !!}
{{ __('No products found!') }}