@forelse($products as $product)
{{ $product->product_alt ?? 'img' }}

{{ $product->Category->name ?? ($product->categories->first()->name ?? '') }}

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

${{ $product->price ?? '' }}
@if($product->strain_type) {{ $product->strain_type }} @endif
@empty

Sorry! No products found

@endforelse