AIB SUR PRESTATIONS {{ $aib == 5 ? "SANS N° IFU (".$aib."%)" : $aib."%" }}
{{ getMonthNameCarbon($month) }}-{{ $year }}
@php $totalHt = 0; $totalAib = 0; @endphp @foreach ($invoices as $invoice) @php $totalHt += $invoice->total_ht; $aibAmount = $invoice->total_ht * $invoice->aib_value / 100; $totalAib += $aibAmount; @endphp @endforeach
NUMÉRO IFU DU FOURNISSEUR NOM OU RAISON SOCIALE N° DE LA FACTURE N° DE PIÈCE DATE DE LA FACTURE (J/MM/AAAA) MONTANT HT ACHAT MONTANT AIB SUR PRESTATIONS OBSERVATIONS
{{ $invoice->contact?->ifu }} {{ $invoice->contact?->fullname }} {{ $invoice->invoice_number }} {{ $invoice->piece_number }} {{ $invoice->invoice_date }} {{ number_format($invoice->total_ht, 0, '.', ' ') }} {{ number_format($aibAmount, 0, '.', ' ') }} {{ $invoice->observation }}
Total {{ number_format($totalHt, 0, '.', ' ') }} {{ number_format($totalAib, 0, '.', ' ') }}