@extends('root') @section('title', $invoice->invoice_number) @section('content')
| Nama | Deskripsi | Qty | Harga | Subtotal |
|---|---|---|---|---|
| {{ $it->name }} | {{ $it->description ?: '—' }} | {{ $it->qty }} | Rp {{ number_format((float)$it->unit_price, 0, ',', '.') }} | Rp {{ number_format((float)$it->line_subtotal, 0, ',', '.') }} |
| Tanggal | Jumlah | Metode | |
|---|---|---|---|
| {{ $p->paid_at->format('d/m/Y H:i') }} | Rp {{ number_format((float)$p->amount, 0, ',', '.') }} | {{ $p->payment_method }} | |
| Belum ada pembayaran | |||