| البيان | عدد المستندات | قبل الضريبة | قيمة الضريبة | الإجمالي شامل الضريبة |
|---|---|---|---|---|
| {{ $r->label }} | {{ $r->count === null ? '-' : number_format((int)$r->count) }} | {{ $r->before_tax === null ? '-' : number_format((float)$r->before_tax, 2) }} | {{ $r->vat_amount === null ? '-' : number_format((float)$r->vat_amount, 2) }} | {{ $r->total_with_tax === null ? '-' : number_format((float)$r->total_with_tax, 2) }} |
| البيان | قبل الضريبة | قيمة الضريبة | الإجمالي شامل الضريبة |
|---|---|---|---|
| صافي المخرجات | {{ number_format((float)$netOutputBefore, 2) }} | {{ number_format((float)$netOutputVat, 2) }} | {{ number_format((float)$netOutputTotal, 2) }} |
| إجمالي المدخلات | {{ number_format((float)$inputBefore, 2) }} | {{ number_format((float)$inputVat, 2) }} | {{ number_format((float)$inputTotal, 2) }} |
| {{ $vatStatus }} | {{ number_format((float)$netDeclarationBefore, 2) }} | {{ number_format((float)$vatDue, 2) }} | {{ number_format((float)$netDeclarationTotal, 2) }} |