| Code |
Name |
Price |
Promo |
Pack |
Promo Tipe |
Benefit |
# |
@forelse ($carts as $index => $cart)
| {{ $cart['itemcode'] }} |
{{ $cart['itemname'] }} |
{{ 'Rp ' . number_format($cart['itemprice'], 0, ',', '.') }} |
{{ $cart['promo'] }} |
{{ $cart['pack'] }} |
{{ $cart['promotipe'] }} |
{{ $cart['benefit'] }} |
|
@empty
| Empty |
@endforelse
@if ($isSuggestion && !$promoExclude)
@foreach ($suggestion as $index => $item)
{{ Str::limit($item->name, 18, '...') }}
( Pack
{{ $item->pack }} )
{{ $item->barcode }}
@if ($index === 0)
Add to Cart
@else
Add to Cart
@endif
@endforeach
@endif