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

Products

Browse current information

Published catalog content appears here. Availability, potency, and product details can change. Public pricing is currently disabled.

@if($leaflyMenuEnabled && $leaflyProfileUrl)
Leafly menu integration is enabled.

HMS uses only an authorized Leafly integration. Until the official Website Menu embed details are configured, you can open the retailer profile directly.

Open Leafly profile
@endif
@forelse($products as $product)
@if($product->primaryMedia){{ $product->primaryMedia->alt_text }}@else
Image coming soon
@endif
{{ str($product->availability_status)->headline() }}@if($product->last_verified_at)Verified {{ $product->last_verified_at->toDateString() }}@endif

{{ $product->name }}

@if($product->short_description)

{{ $product->short_description }}

@endif
@if($publicPricesEnabled && $product->price)${{ number_format((float)$product->price,2) }}@if($product->price_unit) / {{ $product->price_unit }}@endif@elsePricing available in store@endifView →
@empty
No published products match those filters.
@endforelse
{{ $products->links() }}
@endsection