@if(Session::has('success_message'))
Success | {{Session::get('success_message')}}
@endif @if(Cart::count() > 0) @foreach (Cart::content() as $item) @endforeach @else

No item in cart

@endif
Image Name Price Quantity Subtotal Remove
#
{{$item->model->name}}
{{--

Maboriosam in a tonto nesciung eget
distingy magndapibus.

--}}
${{ $item->model->regular_price }}
1
${{ $item->subtotal }}

Calculate Shipping

Flat rate: 5%

Apply Coupon

Cart Totals

Cart Subtotal ${{ Cart::subtotal() }}
Tax ${{ Cart::tax() }}
Shipping Free Shipping
Total ${{ Cart::total() }}
Proceed To CheckOut