@if($data->count()>0) @foreach($data as $datas) @if($datas->entity){{$datas->entity->name}}@endif @if($datas->entity){{$datas->entity->ref_phone}}@endif @if($datas->entity){{$datas->entity->ref_email}}@endif @if($datas->location){{$datas->location->loc_name}}@endif {{$datas->description}} @if($datas->location){{$datas->location->loc_address}}, @endif @if($datas->location){{$datas->location->loc_city}}, @endif @if($datas->location){{$datas->location->loc_state}}, @endif @if($datas->location){{$datas->location->loc_zipCode}}@endif @endforeach
{{ $data->withQueryString()->links('vendor.pagination.custom') }}
@else No Record Found @endif