@foreach($limitedResults as $c) {{ $c->CompanyRIN ?? '' }} {{ $c->CompanyName ?? '' }} {{ $c->CACRegistrationNumber ?? '' }} {{ $c->MobileNumber1 ?? '' }} View @endforeach @if($limitedResults->isEmpty()) No matching records @endif