@extends('master') @section('title'){{ $place->name }} « Places « @stop @section('content')

{{ $place->name }}

{{ $place->description or 'No description'}}

Latitude: {{ $place->latitude }}, longitude: {{ $place->longitude }}

@stop @section('scripts') @include('templates.mapbox-links') @stop