مسلسل
Serial
|
بيان
Desc.
|
وحدة
unit
|
القيمة
Value excl.VAT
|
% الضريبة
VAT %
|
قيمة الضريبة
Amount VAT
|
الإجمالي شامل الضريبة
Value including VAT
|
@foreach($data['details'] as $key => $row)
{{ $key + 1 }} |
{{ $row->item_name }} |
{{ $row->unit_name}} |
{{ number_format($row->total_without_vat , 2 , '.' , ',' ) }} |
{{ $row->tax_percent ?? 15 }} % |
{{ number_format($row->total_vat , 2 , '.' , ',' ) }} |
{{ number_format($row->total_with_vat , 2 , '.' , ',' ) }} |
@endforeach