@extends('front.layout.app') @section('content')
@if (count($product->productGalleryImages()) > 0) @forelse($product->productGalleryImages() as $galleryImg)
@empty @endforelse @endif
@if (count($product->productGalleryImages()) > 0)
@forelse($product->productGalleryImages() as $galleryImg)
@empty @endforelse @else

Sorry! No gallery available.

@endif

{{ $product->brand ?? '' }} {{ $product->name }}

@csrf {{-- @if ($product->variation()->count() > 0) @endif --}} {{-- @if ($product->variation()->count() > 0) --}} @if ($product->variations()->count() > 0) @endif {{-- @if ($product->variations()->count() > 0) @endif --}} @if ($product->stock_quantity > 0)

Quantity

  • - {{-- stock_quantity > 0 ? '' : 'disabled' }} data-productStock="{{ $product->stock_quantity }}" name="quantity" id="quantity" value="1"> --}} +
@endif @if (!auth()->check()) @elseif($product->stock_quantity == 0) @endif
{{-- --}}
@if (!auth()->check()) @endif {{--
Build a bundle

Up to 40% off Cresco, High Supply & FloraCal

--}}
{{--

Total THC{{ $product->thc_percentage ?? '0' }}%

Visit Shop

Total combined THC/THCa, CBD/CBDa values.
Review product labels for exact percentages.

@if (isset($product->thc_percentage) && !is_null($product->thc_percentage))

THC{{ $product->thc_percentage ?? '0' }}%

@endif @if (isset($product->thca_percentage) && !is_null($product->thca_percentage))

THCA{{ $product->thca_percentage ?? '0' }}%

@endif @if (isset($product->cbd_percentage) && !is_null($product->cbd_percentage))

CBD{{ $product->cbd_percentage ?? '0' }}%

@endif @if (isset($product->cbda_percentage) && !is_null($product->cbda_percentage))

CBDa{{ $product->cbda_percentage ?? '0' }}%

@endif --}}
{{--
Terpenes
@foreach ($product->terpenes as $terpen) {{ $terpen->name }} @endforeach
--}}

{!! $product->description ?? '' !!}

Form

Related Products

Other Ways to Enjoy This Strain

@endsection @section('script') @endsection