@extends('layouts.app') @section('title', 'Shopping Cart') @section('content')
Your cart is empty.
@else| Product | Quantity | Price | Total | Actions |
|---|---|---|---|---|
| {{ $item->product->name }} | ${{ $item->price_at_add }} | ${{ $item->price_at_add * $item->quantity }} | ||
| Subtotal: | ${{ $subtotal }} | |||