@if ($message = Session::get('success')) {{--

{{ $message }}

--}} @endif
Loading...
{{--

Total {{ $cartTotalQty }} Cart

@foreach ($cartItems as $item) @endforeach
Name Quantity U.Price Subtotal Remove
Thumbnail

{{ $item->product_name }}

RM{{ number_format($item->product->sell_price,2) }} RM{{ number_format($item->product_price,2) }} RM{{ number_format($item->total_price,2) }} x
Total: RM{{ number_format($cartTotalAmount,2) }}
Back @if($cartTotalQty > 0) Remove All Cart @endif Check Out
--}}
@if($cartTotalQty > 0) @foreach ($cartItems as $item) @endforeach {{-- --}} @else

Your Cart is Empty

Continue Shopping
@endif
Product Price Quantity Subtotal
{{ $item->product_name }}
{{--

Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet.

--}}
RM{{ number_format($item->product->sell_price,2) }} {{-- RM{{ $item['price'] }} --}} RM{{ number_format($item->product_price,2) }} {{-- --}} RM{{ number_format($item->total_price,2) }} {{-- --}}
Total RM{{ number_format($cartTotalAmount,2) }}
Continue Shopping Remove All Cart Checkout