@foreach($products as $product)
{{ $product->stock }} @if($product->image_url) Gambar Produk @else Placeholder @endif
{{ \Illuminate\Support\Str::limit($product->product_name, 30) }}
@if($product->has_varian == 'Y')

{{ $product->variant1 }} {{ $product->variant2 }} {{ $product->variant3 }}

@endif

Rp {{ number_format($product->sale_price, 0, ',', '.') }}

@endforeach
@if($products->hasPages()) @endif