@section('reportTitle') Credit notes @stop @section('subtitle') (Period {{ $dateStart }} - {{ $dateEnd}}) @stop @section('table') @foreach($entries as $invoice) @endforeach
Total: €{{ CommonFunctions::formatNumber($extraData['subtotal_products']) }} €{{ CommonFunctions::formatNumber($extraData['subtotal_work']) }} €{{ CommonFunctions::formatNumber($extraData['total_subtotal']) }} €{{ CommonFunctions::formatNumber($extraData['total_vat']) }} €{{ CommonFunctions::formatNumber($extraData['total_subtotal'] + $extraData['total_vat']) }} €{{ CommonFunctions::formatNumber($extraData['total_supcosts']) }}
Order # Date Company Name CIFNIF Products Work Subtotal IVA ({{ $extraData['vat'] }}%) Total Extra Costs
{{ $invoice->id }} {{ CommonFunctions::formatDate($invoice->createdOn) }} {{ $invoice->getCustomer->getCustomerName() }} {{ $invoice->getCustomer->cifnif }} €{{ CommonFunctions::formatNumber($invoice->getSubNotWork()) }} €{{ CommonFunctions::formatNumber($invoice->getSubWork()) }} €{{ CommonFunctions::formatNumber($invoice->getSubtotal()) }} €{{ CommonFunctions::formatNumber($invoice->getVat()) }} €{{ CommonFunctions::formatNumber($invoice->getTotalExcludingSupCosts()) }} €{{ CommonFunctions::formatNumber($invoice->getSupCosts()) }}
@stop