Cart
| Product | Price | Quantity | Color | Total |
|---|---|---|---|---|
{{ $item->model->product_name }} |
${{ $item->price }}
|
{{$item->qty}}
|
@php
$colorFound = false;
@endphp
@forelse($item->options as $index => $option)
@if ($index == 'color')
{{ $option }}
@php $colorFound = true; @endphp
@endif
@empty
-
@endforelse
@if (!$colorFound)
-
@endif
|
${{ $item->total() }}
|
| Subtotal: ${{ Cart::subtotal() }} | ||||
We ship the best way
Shipping Method
${{$shipping_cost}}
|
||||
| --}} {{-- --}} {{-- --}} {{-- Tax:--}} {{-- ${{ number_format((float)$tax, 2, '.', '') }}--}} {{-- --}} {{-- --}} {{-- | --}} {{--||||
| Total: ${{ $cartTotal }} | ||||
| Continue Shopping | @if(Auth::check()) Checkout @else Login to Checkout @endif | |||
Your cart is empty!
Your Shopping Cart is Empty
- Would you like to continue shopping or view our site map?
- If you have already added items to your cart and it is still empty, please check to be sure your browser is set to accept cookies.