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

{{ $message }}

@endif
Loading...

{{-- Total {{ Cart::session(auth('agent')->user()->id)->getTotalQuantity()}} Cart --}} Total {{ $cartTotalQty }} Cart

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

{{ $item['name'] }}

--}}

{{ $item->product_name }}

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) }} x
Total: RM{{ number_format($cartTotalAmount,2) }}
{{-- Total: RM{{ Cart::session(auth('agent')->user()->id)->getTotal() }} --}} {{-- Total: --}}
Back @if($cartTotalQty > 0) Remove All Cart @endif Check Out