@extends('layouts.public') @section('content')@php($mapQuery=trim(($settings['street_address']??'').' '.($settings['city']??'').' '.($settings['state']??'').' '.($settings['postal_code']??'')))@php($derivedDirections=$mapQuery?('https://www.google.com/maps/search/?api=1&query='.urlencode($mapQuery)):null)@php($embedMap=$mapQuery?('https://www.google.com/maps?q='.urlencode($mapQuery).'&output=embed'):null)

Visit us

Plan your trip

Everything needed for a straightforward store visit, using the same verified business information managed in Administration.

@if(!empty($settings['street_address']))

{{ $settings['public_business_name']??'Hollis Medication Station' }}

{{ $settings['street_address'] }}
{{ $settings['city']??'' }}, {{ $settings['state']??'' }} {{ $settings['postal_code']??'' }}

@else

Verified address pending.

@endif@if(!empty($settings['phone']))

{{ $settings['phone'] }}

@endif
@php($directionsUrl=$settings['directions_url']??$settings['google_maps_url']??$derivedDirections)@if($directionsUrl)Get directions@endif @if(!empty($settings['phone']))Call store@endif
@if(!empty($settings['parking_information'])||!empty($settings['accessibility_information']))
@if(!empty($settings['parking_information']))
Parking

{{ $settings['parking_information'] }}

@endif @if(!empty($settings['accessibility_information']))
Accessibility

{{ $settings['accessibility_information'] }}

@endif
@endif

Store hours

{{ $storeStatus['label'] }}
@if($storeStatus['message'])

{{ $storeStatus['message'] }}

@endif
@foreach($week as $row)
{{ $row['date']->format('l') }}@if($row['schedule']['label']??null && $row['schedule']['label']!==$row['date']->format('l')) ({{ $row['schedule']['label'] }})@endif@if(!$row['schedule']||$row['schedule']['closed'])Closed @else {{ $hoursService->display($row['schedule']['opens_at']) }} – {{ $hoursService->display($row['schedule']['closes_at']) }} @endif
@endforeach
@if($embedMap)

Map content is provided by Google and may load third-party resources.

@else
Map available after a verified address is configured.
@endif
@endsection