KWITANSI PEMBAYARAN
No. Kwitansi:
{{ $receivable->receivable_number }}
Tanggal:
{{ $receivable->created_at->format('d M Y') }}
Customer:
{{ $receivable->order->customer_name }}
Email:
{{ $receivable->order->customer_email }}
Telepon:
{{ $receivable->order->phone_number }}
Order ID:
#{{ $receivable->order->id }}
Status:
{{ $receivable->payment_status_label }}
Jatuh Tempo:
{{ $receivable->due_date ? $receivable->due_date->format('d M Y') : '-' }}
Produk yang Dipesan:
{{ $receivable->order->product->product_title ?? 'N/A' }}
Quantity: {{ $receivable->order->quantity }} unit
RINCIAN PEMBAYARAN
Total Harga:
Rp {{ number_format($receivable->total_amount, 0, ',', '.') }}
Sudah Dibayar:
Rp {{ number_format($receivable->paid_amount, 0, ',', '.') }}
Sisa Bayar:
Rp {{ number_format($receivable->remaining_amount, 0, ',', '.') }}
Status:
{{ $receivable->payment_status_label }}
@if($receivable->remaining_amount > 0)
⚠️ PERHATIAN:
Masih ada sisa pembayaran sebesar Rp {{ number_format($receivable->remaining_amount, 0, ',', '.') }}
Sisa pembayaran harus dilunasi saat mesin selesai atau dalam proses finishing.
@endif
@if($receivable->notes)
Catatan:
{{ $receivable->notes }}
@endif
Syarat & Ketentuan:
1. Kwitansi ini sebagai bukti pembayaran DP yang sah
2. Sisa pembayaran harus dilunasi sebelum pengiriman
3. Estimasi pengerjaan: 30 hari kerja
4. Garansi 1 tahun untuk mesin yang diproduksi
5. Perubahan spesifikasi setelah produksi dimulai dikenakan biaya tambahan
Customer
({{ $receivable->order->customer_name }})
Admin Workshop
(________________)