{{--productListByKeyword--}} @extends('shop::layouts.master') @section('page_title') {{ __('shop::app.search.page-title') }} @endsection @push('css') @endpush @section('content-wrapper') @if ($results && $results->count())
@include ('shop::products.list.toolbar')
@endif @stop @push('scripts') @endpush @section('content-wrapper')--}} {{--
--}} {{--
--}} {{-- @if (! $results)--}} {{--

{{ __('shop::app.search.no-products') }}

--}} {{-- @else--}} {{-- @if ($results->isEmpty())--}} {{--

{{ __('shop::app.products.whoops') }}

--}} {{-- {{ __('shop::app.search.no-products') }}--}} {{-- @else--}} {{-- @if ($results->total() == 1)--}} {{--

--}} {{-- {{ $results->total() }} {{ __('shop::app.search.found-result') }}--}} {{--

--}} {{-- @else--}} {{--

--}} {{-- {{ $results->total() }} {{ __('shop::app.search.found-result') }}--}} {{--

--}} {{-- @endif--}} {{--
--}} {{-- @foreach ($results as $product)--}} {{-- @include('shop::products.list.card', ['product' => $productFlat->product])--}} {{-- @endforeach--}} {{--
--}} {{-- @include('ui::datagrid.pagination')--}} {{-- @endif--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
--}} {{--@endsection