@extends('layouts.public') @section('content')

YOUR HEALTH. YOUR CHOICE. YOUR WELLNESS.

Medical Cannabis.
Local Care.

{{ $settings['business_description'] ?? 'A locally focused medical cannabis retail experience in Hollis, Maine.' }}

{{ $storeStatus['label'] }} @if($storeStatus['message'])· {{ $storeStatus['message'] }}@endif
See Full Hours
@if($announcements->isNotEmpty())
@foreach($announcements as $announcement)
{{ str($announcement->kind)->headline() }}
{{ $announcement->title }} @if($announcement->body)

{{ $announcement->body }}

@endif
@endforeach
@endif

Locally Focused

Serving the Hollis community

Clear Information

Current published catalog

Welcoming Service

A calm in-store experience

Easy to Visit

Hours, directions and parking

@if($categories->isNotEmpty())

Browse by category

@foreach($categories as $category) {{ $category->name }} @endforeach
@endif

Featured products

Browse Current Products

Browse all products
@forelse($featuredProducts as $product)
@if($product->primaryMedia) {{ $product->primaryMedia->alt_text }} @else
Image coming soon
@endif

{{ str($product->availability_status)->headline() }}

{{ $product->name }}

@if($product->short_description)

{{ $product->short_description }}

@endif View details →
@empty
Featured products will appear when catalog items are published and marked Featured.
@endforelse
@if($featuredStrains->isNotEmpty())

Featured strains

Explore Current Strains

Browse strains
@foreach($featuredStrains as $strain)
@if($strain->primaryMedia){{ $strain->primaryMedia->alt_text }}@endif

{{ $strain->strain_type ?: 'Strain' }}

{{ $strain->name }}

@if($strain->short_description)

{{ $strain->short_description }}

@endif View details →
@endforeach
@endif

Current specials

Current Offers

@forelse($activeSpecials as $special)

{{ $special->title }}

@if($special->description)

{{ $special->description }}

@endif @if($special->ends_at)Ends {{ $special->ends_at->toFormattedDateString() }}@endif
@empty

There are no public specials at this time.

@endforelse View specials

Visit us

Plan Your Visit

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

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

@else

Location information will appear here after it is added in Business Settings.

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

{{ $settings['parking_information'] }}

@endif Visit information

Why Hollis Medication Station

A calm, credible, locally focused experience.

Public messaging is intentionally factual and avoids unsupported medical, safety, testing, or wellness claims.

@foreach(['Local connection','Clear information','Welcoming experience','Easy store visits'] as $point)
{{ $point }}
@endforeach

Email updates

Stay informed

Opt in to receive HMS updates. Subscription requires email confirmation, and every marketing email will include an unsubscribe option.

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection