| {{$loop->iteration}} |
{{$row['company']->name ?? ''}} |
{{$row['system']->name ?? ''}} |
{{$row['branch']->name ?? ''}} |
{{$row['dataInvoices']->total??0}} |
{{$row['dataInvoices']->count_invoiced??0}} |
{{$row['dataInvoices']->count_anulled??0}} |
{{$row['dataInvoices']->count_pending??0}} |
{{$row['dataInvoices']->count_error??0}} |
@endforeach