Add {{ Contact }} ID Name Email address Action @if ($contact->isEmpty()) No Record Found @endif @foreach ($contact as $contacts) {{ $contacts->fldContactID }} {{ $contacts->fldContactFirstname . ' ' . $contacts->fldContactLastname}} {{ $contacts->fldContactEmail}} @endforeach @if (! $contact->isEmpty()) @endif