UID: {{ $marker->uid }}
Name: {{ $marker->name }}
Category: {{ $marker->category ? $marker->category->display() : 'None' }}
Address: {{ $marker->displayAddress() }}
Latitude/Longitude: {{ $marker->latitude }}, {{ $marker->longitude }}
URL: @if($marker->url) {{ $marker->url }} @endif
Description: {{ $marker->description }}
Active? {{ $marker->is_active ? 'Active' : 'Inactive' }}
Notes: {{ $marker->notes }}