@foreach($taxes as $tax) |
IMPUESTO #{{ $loop->iteration }}
{{ $tax->name }} - ({{ $tax->rate }}%) |
@endforeach
|||||||
---|---|---|---|---|---|---|---|---|
F. Emisión | Nro/Doc | Nombre | Moneda | Total/Neto | Total + Impuesto |
Total/Excento | @foreach($taxes as $tax)Base | Impuesto | @endforeach
{{ $row['date_of_issue'] }} | {{$row['type_document_name']}} {{ $row['number_full'] }} |
{{ $row['customer_name'] }} | {{ $row['currency_code'] }} | {{ $row['net_total'] }} | {{ $row['total'] }} | {{ $row['total_exempt'] }} | @foreach($taxes as $tax) @php $item_values = $value->getItemValuesByTax($tax->id); @endphp{{ $item_values['taxable_amount'] }} | {{ $item_values['tax_amount'] }} | @endforeach
TOTALES | {{ $net_total }} | {{ $total }} | {{ $total_exempt }} | @foreach($taxes as $tax)@endforeach |