@php $selectedCount = $this->getSelectedCount(); @endphp @if($selectedCount > 0)
{{ $selectedCount }} item{{ $selectedCount !== 1 ? 's' : '' }} selected
@endif
@forelse($products as $product) @if($product->variants->isNotEmpty()) @foreach($product->variants as $variant) @endforeach @else @endif @empty @endempty
Item Details SKU Options Current Stock New Quantity Security Stock
@if($imageUrl = $product->getFirstMediaUrl('images', 'webp')) @else No Img @endif
{{ $product->name }}
{{ $product->quantity }} (Total)
{{ $product->name }} {{ $variant->sku }} @foreach($variant->options ?? [] as $key => $val) {{ $key }}:{{ $val }} @endforeach {{ $variant->quantity }}
@if($imageUrl = $product->getFirstMediaUrl('images', 'webp')) @else No Img @endif
{{ $product->name }}
{{ $product->sku }} {{ $product->quantity }}
No products found matching your search.