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

Strains

Current strain directory

Published strain information appears here. Descriptions are informational and may be updated as HMS refreshes its catalog.

@forelse($strains as $strain)
@if($strain->primaryMedia){{ $strain->primaryMedia->alt_text }}@endif
{{ $strain->strain_type?:'Strain' }}{{ str($strain->availability_status)->headline() }}

{{ $strain->name }}

@if($strain->short_description)

{{ $strain->short_description }}

@endifView details →
@empty
No published strains match those filters.
@endforelse
{{ $strains->links() }}
@endsection