@extends('layouts.app')
@section('title', 'My Cart - Kita Konbini')
@section('content')
My Cart
| Product | Qty | Price |
|---|---|---|
|
{{ $item['product']->name }}
Shelf: {{ $item['product']->shelf_code }}
{{ $item['product']->category->name }}
|
Stock: {{ $item['product']->stock }}
|
RM {{ number_format($item['subtotal'], 2) }}
|
Secure checkout · Demo mode
← Continue Shopping