{{--
--}}
@if ($selectCategory) @endif
@if (!empty($title)) @if (!empty($searchData)) @foreach ($searchData as $item) {{--
--}} {{-- @php $highlight = str_replace($title, "

".$title."

", $item['title']); @endphp
{!!$highlight!!}
--}}
{{ $item['title'] ?? '' }}
@endforeach @else
No result
@endif @endif
{{-- @dump($searchData) --}}