@if(count($places))
@foreach($places as $index => $p) @if(!empty($p['phone'])) @endif @endforeach
Name Address Suburb State Postal Phone
{{ $p['name'] }} {{ $p['address'] }} {{ $p['suburb'] ?? '' }} {{ $p['state'] ?? '' }} {{ $p['postal_code'] ?? '' }} {{ $p['phone'] }}
@else
No results found.
@endif