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