@lang('home/search.Search results for'): {{request()->q}}
{{$searchedProducts->count()}} @lang('home/search.products found')
{{$product->title}}
@if($product->type == 2)@lang('home/search.Category'): {{$product->category->name}}
@endif @if(!$loop->last)@endif @endforeach