@extends('master') @section('title') {{ $place->name }} « Places « Jonny Barnes @stop @section('content')
{{ $place->description or 'No description'}}
Latitude: {{ $place->latitude }}, longitude: {{ $place->longitude }}