فاتورة خدمات البلدية
| # | نوع الرسم | المبلغ |
|---|---|---|
| 1 | ثمن الاستهلاك | {{ number_format($invoice->voucher_amt , 2) }} |
| {{ $loop->iteration + 1 }} | {{ $item['tax_desc_a'] ?? $item->tax_desc_a }} | {{ number_format($item['code_amt'] ?? $item->code_amt, 2) }} |
| {{ ++$last }} | ثوابت | {{ number_format($invoice->total_fixed , 2) }} |
| {{ ++$last }} | البقايا | {{ number_format($invoice->total_debts , 2) }} |
| اجمالي الفاتورة | {{ number_format($total , 2) }} | |
| متأخرات | {{ number_format($invoice->total_late , 2) }} | |