@extends('layouts.member') @section('title', 'Detail Transaksi') @section('content')
{{ $transaction->date->format('d M Y, H:i') }}
{{ $item->productName ?? 'Produk' }}
{{ $item->quantity }} x Rp {{ number_format($item->price ?? 0, 0, ',', '.') }}
Rp {{ number_format($item->totalPrice ?? 0, 0, ',', '.') }}