{{ $company->address }}
{{ $invoice->member->address }}
Tgl Invoice : {{ date('d/m/Y', strtotime($invoice->invoice_date)) }}
Jatuh Tempo : {{ date('d/m/Y', strtotime($invoice->due_date)) }}
Status : @if ($invoice->status === 0) BELUM BAYAR @else SUDAH BAYAR @endif
| # | Deskripsi | Periode | Total |
|---|---|---|---|
| 1 | {{ $invoice->item }} | {{ $periode_format }} | Rp{{ number_format($invoice->price, 0, '.', '.') }} |
Subtotal: Rp{{ $amount_format }}
PPN ({{ $invoice->ppn }}%) : Rp{{ $amount_ppn_format }}
Discount ({{ $invoice->discount }}%) : Rp{{ $amount_discount_format }}
Biaya Admin : Rp{{ $admin_fee_format }}