@extends('layouts.list') @section('extracss') @endsection @section('content')

{{ $query ?: 'Popular' }}

@if (count($places)) @foreach($places as $place)

{{$place['address']}}

@endforeach @else

No places found. Search again or suggest a place we might not have in our database.

@endif
@endsection @section('javascript') @parent @endsection