{{ count(Cart::content()) }} Cart
@foreach (Cart::content() as $cartItem) @php $product = App\Models\Admin\Product::find($cartItem->id); $productImage = App\Models\Admin\ProductImage::where('product_id', $product->id)->first(); @endphp
{{ $product->name }}
{{ $cartItem->qty }} {{ $cartItem->price }}
product
@endforeach
$58.67
View Cart Checkout