| {{ $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
|
@empty