@if ($productsCount > config('custom.constants.search_products'))
-
@lang('site.products') [{{ $productsCount }}]
@endif
@foreach ($products as $item)
@php
$segment = request()->get('q');
$title = preg_replace("/\w*?$segment\w*/i", "$segment", $item->title);
@endphp
-
{!! $title !!}
@endforeach