@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 }}

  • ${{ number_format($product->price ?? 0, 2) }}
@csrf {{-- @if ($product->variations()->count() > 0) @endif --}} @if ($product->variations()->count() > 0)
@endif {{-- --}} @if ($product->stock_quantity > 0)

Quantity

  • - +
@endif @if (!auth()->check()) @elseif($product->stock_quantity == 0 && !isset($product->external_link)) @endif @if(isset($product->external_link) && !empty($product->external_link)) @else
@endif {{-- --}}
@if (!auth()->check()) @endif

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

Form

Related Products

Other Ways to Enjoy This Strain

@endsection @section('script') @endsection