@extends('layouts.app') @section('content')
{{ $transaction->created_at->isoFormat('dddd, D MMMM YYYY • HH:mm') }}
| Produk | Qty | Harga | Subtotal |
|---|---|---|---|
|
{{ $item->product->name ?? 'Produk Dihapus' }}
{{ $item->product->barcode ?? '-' }}
|
{{ $item->quantity }} | Rp {{ number_format($item->price, 0, ',', '.') }} | Rp {{ number_format($item->subtotal, 0, ',', '.') }} |
"{{ $transaction->note }}"
🚫 Transaksi ini telah dibatalkan. Stok produk telah dikembalikan.