@extends('layouts.admin') @section('content') @php($editing = $strain->exists)

Catalog

{{ $editing ? 'Edit strain' : 'Add strain' }}

Choose Published when the strain is ready to appear publicly. There is no separate content-review queue.

@csrf @if($editing) @method('PUT') @endif @foreach([['name','Name'],['slug','URL slug'],['strain_type','Type/category'],['lineage','Lineage']] as [$field,$label]) @endforeach

Research reference

Record a Leafly or other page used when researching this strain. Write HMS copy independently and fact-check it; do not copy source text, reviews, images, or scrape the source site.

@if($strain->reference_source_url) Open reference ↗ @endif

Primary image

Choose an existing image, upload one here, or paste a direct HTTPS image URL. New images are added automatically and selected for this strain.

Only add images HMS has permission to publish. Alt text is required for new images.

@if($strain->primaryMedia) {{ $strain->primaryMedia->alt_text }} @endif
Back
@if($editing)
@csrf @method('DELETE')
@endif @endsection