@forelse ($bonLivraisons as $bonLivraison) @empty @endforelse
Reference Client Date Total HT Total TTC Statut Actions
{{ $bonLivraison->reference }} {{ $bonLivraison->client->name }} {{ $bonLivraison->bon_date->format('d/m/Y') }} {{ number_format($bonLivraison->total_ht, 3, ',', ' ') }} DT {{ number_format($bonLivraison->total_ttc, 3, ',', ' ') }} DT @if($bonLivraison->status === 'converted') Converti @else Brouillon @endif
@if($bonLivraison->status !== 'converted') @endif
@if (($search ?? '') !== '') Aucun bon de livraison ne correspond a « {{ $search }} ». @else Aucun bon de livraison trouve. @endif
@if($bonLivraisons->hasPages())
{{ $bonLivraisons->links() }}
@endif