@extends('layouts.public') @section('content')
@if($strain->primaryMedia){{ $strain->primaryMedia->alt_text }}@else
Image coming soon
@endif

Strain information

{{ $strain->name }}

@if($strain->strain_type)

{{ $strain->strain_type }}

@endif@if($strain->description)
{!! nl2br(e($strain->description)) !!}
@endif@if($strain->lineage)

Lineage: {{ $strain->lineage }}

@endif@if($strain->last_verified_at)

Last verified {{ $strain->last_verified_at->toFormattedDateString() }}

@endif@if($strain->reference_source_url)

Research reference: {{ $strain->reference_source_name ?: 'External source' }}@if($strain->reference_accessed_at) ยท accessed {{ $strain->reference_accessed_at->toFormattedDateString() }}@endif

@endif
Strain descriptions are informational and are not medical advice or guarantees of any outcome. HMS descriptions are independently written and may be updated as catalog information changes.
@if($relatedProducts->isNotEmpty())

Available catalog

Products related to {{ $strain->name }}

All products
@endif
@endsection