فواتيري جميع الفواتير الصادرة من ZLHOST.
@if($invoices->isEmpty())
@else
@foreach($invoices as $inv) @endforeach
رقم الفاتورة الطلب المرتبط الإجمالي تاريخ الإصدار الاستحقاق الحالة
{{ $inv->invoice_number }} {{ $inv->order?->order_number ?? '—' }} {{ number_format((float) $inv->total, 2) }} {{ $inv->currency }} {{ $inv->issued_at?->translatedFormat('d M Y') ?? '—' }} {{ $inv->due_at?->translatedFormat('d M Y') ?? '—' }} عرض
{{ $invoices->links() }}
@endif