رقم الفاتورة
{{ $invoice->invoice_number }}
تاريخ الإصدار
{{ $invoice->issued_at?->translatedFormat('d M Y') ?? '—' }}
| الوصف | الكمية | السعر | الإجمالي |
|---|---|---|---|
| {{ $item->description }} | {{ $item->quantity }} | {{ number_format((float) $item->unit_price, 2) }} | {{ number_format((float) $item->line_total, 2) }} |
✓ تم تأكيد الدفع
{{ $invoice->paid_manually_at->translatedFormat('d M Y H:i') }}