@php Theme::set('pageTitle', __('Search result for: ":query"', ['query' => BaseHelper::stringify(request()->input('q'))])); Theme::layout('full-width'); @endphp @if($products->isNotEmpty()) @include('plugins/ecommerce::themes.products') @else

{{ __('No products found') }}

{{ __('Try to search with another keyword') }}

@endif