@if ($matches->isEmpty()) No similar products found. @else Product Name Brand Category Model @foreach ($matches as $p) {{ $p->name }} {{ $p->brand->name ?? '' }} {{ $p->category->name ?? '' }} {{ $p->model->name ?? '' }} @endforeach @endif