CARRITO
Talla:
{{ $item->salable->size->name }}
${{ number_format($item->price, 2, '.', ',') }}
Total
${{ number_format($item->price * $item->qty, 2, '.', ',') }}
Tu carrito esta vacio
Subtotal
${{ number_format($cart->subtotal, 2, '.', ',') }}
{{ $offer->name }} @if ($offer->coupon_code) ({{ $offer->coupon_code }}) @endif
-${{ number_format($offer->amount, 2, '.', ',') }}
Total
${{ number_format($cart->total, 2, '.', ',') }}