Process Discount @if ($name !== '')
{{ $name }} @endif
@if ($selectedProduct === null && sizeof($products) > 0)
@foreach ($products as $index => $product)
@endforeach
@endif
@forelse ($carts as $index => $cart) @empty @endforelse
Code Name Price Promo Pack Promo Tipe Benefit #
{{ $cart['itemcode'] }} {{ $cart['itemname'] }} {{ 'Rp ' . number_format($cart['itemprice'], 0, ',', '.') }} {{ $cart['promo'] }} {{ $cart['pack'] }} {{ $cart['promotipe'] }} {{ $cart['benefit'] }}
Empty
@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
@if(!$fulfilled) @else @endif