@extends('layout.app') @section('content')
({{ $count }} item{{ $count !== 1 ? 's' : '' }})
| Product | Price | Quantity | Total | Action |
|---|---|---|---|---|
|
{{ $item['name'] }}
@if($item['color'] || $item['size'])
@if($item['color']) Color: {{ $item['color'] }} @endif @if($item['color'] && $item['size']), @endif @if($item['size']) Size: {{ $item['size'] }} @endif @endif |
${{ number_format($item['price'], 2) }} |
|
${{ number_format($item['price'] * $item['qty'], 2) }} |
|
Sub-Total ${{ number_format($subtotal, 2) }}
Shipping Free
Enjoy the Convenience of Free Shipping on Every Order
Round-the-Clock Assistance, Anytime You Need It
Your Satisfaction is Our Priority: Return Any Product Within 30 Days
Seamless Shopping Backed by Safe and Secure Payment Options