@forelse ($bonCommandes as $bonCommande) @empty @endforelse
Reference Fournisseur Date Total HT Total TTC Actions
{{ $bonCommande->reference }} {{ $bonCommande->supplier->company_name ?? $bonCommande->supplier->name }} {{ $bonCommande->bon_date->format('d/m/Y') }} {{ number_format($bonCommande->total_ht, 3, ',', ' ') }} DT {{ number_format($bonCommande->total_ttc, 3, ',', ' ') }} DT
@if (($search ?? '') !== '') Aucun bon de commande achat ne correspond a « {{ $search }} ». @else Aucun bon de commande achat trouve. @endif
@if($bonCommandes->hasPages())
{{ $bonCommandes->links() }}
@endif