{{-- MAIN --}}
{{ __('💊 Orange Pill Now') }}
{{--
--}}

Name

{{ $bookCase->title }}

Link

{{ $this->url_to_absolute($bookCase->homepage) }}

Adresse

{{ $bookCase->address }}

Art

{{ $bookCase->type }}

Geöffnet

{{ $bookCase->open }}

Kontakt

{{ $bookCase->contact }}

Information

{{ $bookCase->comment }}

@map([ 'lat' => $bookCase->latitude, 'lng' => $bookCase->longitude, 'zoom' => 24, 'markers' => [ [ 'title' => $bookCase->title, 'lat' => $bookCase->latitude, 'lng' => $bookCase->longitude, 'url' => 'https://gonoware.com', 'icon' => asset('img/btc-logo-6219386_1280.png'), 'icon_size' => [42, 42], ], ], ])
{{-- FOOTER --}}