Kelola invoice, pembayaran, dan proses refund
Total Invoice
Lunas
Pending
Refund
Total Pendapatan
Total Refund
ID Invoice | Customer | Total | Metode Bayar | Status | Tiket | Tanggal | Aksi |
---|---|---|---|---|---|---|---|
#{{ $invoice->id }} |
{{ substr($invoice->user->name, 0, 1) }}
{{ $invoice->user->name }}
{{ $invoice->user->email }}
|
Rp {{ number_format($invoice->total_price, 0, ',', '.') }} | {{ ucfirst($invoice->payment_method) }} | {{ $invoice->status_label }} |
{{ $invoice->total_purchased_tickets }} tiket
@if($invoice->total_used_tickets > 0)
({{ $invoice->total_used_tickets }} terpakai) @endif |
{{ $invoice->created_at->format('d/m/Y H:i') }} |
@if($invoice->canBeRefunded())
@endif
@if($invoice->status === 'pending')
@endif
|
Belum ada invoice yang sesuai dengan filter yang dipilih