{{ $profile->nama_perusahaan ?? 'Aleena' }}
{{ $profile->alamat ?? 'Alamat belum diatur' }}
Telepon: {{ $profile->telepon ?? '-' }}
Nama Pelanggan: {{ auth()->user()->name }}
Tanggal Transaksi: {{ $transaction->created_at->translatedFormat('d F Y H:i') }}
Status Pembayaran: {{ ucfirst(str_replace('_', ' ', $transaction->status)) }}
{{-- Tabel Produk --}}Produk | Harga Satuan | Jumlah | Subtotal |
---|---|---|---|
{{ $item->catalog->name }} | Rp {{ number_format($item->price, 0, ',', '.') }} | {{ $item->quantity }} | Rp {{ number_format($item->subtotal, 0, ',', '.') }} |
Total | Rp {{ number_format($transaction->total, 0, ',', '.') }} |
🔳 Scan QR untuk verifikasi transaksi:
Bukti Pembayaran