Total impayé : {{ number_format($total_reliquat, 0, '.', ' ') }} GNF
@forelse($achats as $achat) @empty @endforelse
Fournisseur Référence Date Total Payé Reliquat
{{ $achat->supplier->company }} {{ $achat->reference }} {{ $achat->date }} {{ number_format($achat->amountAchat->amount_items, 0, '.', ' ') }} {{ number_format($achat->amountAchat->amount_paiements, 0, '.', ' ') }} {{ number_format($achat->amountAchat->reliquat, 0, '.', ' ') }}
Aucun fournisseur non payé