@if ($bons->count() > 0)
@foreach ($bons as $key => $bon) @endforeach
# Référence Date Fournisseur Action
{{ $key + 1 }} {{ $bon->reference }} {{ \Carbon\Carbon::parse($bon->date)->format('d/m/Y') }} {{ $bon->fournisseur->station }} - {{ $bon->fournisseur->city }}
@else
Corbeille

Aucun élément trouvé.

@endif