@if($commande_clients->fk_statut == 0 || $commande_clients->fk_statut == NULL)
@endif
@if($commande_clients->fk_statut == 0 || $commande_clients->fk_statut == NULL )
@endif
@foreach($commande_articles as $c)
@if($commande_clients->fk_statut == 0 || $commande_clients->fk_statut == NULL )
@endif
@endforeach
Libellé
|
Description
|
Prix TTC
|
Quantité
|
Montant TTC
|
Action
|
{{ $c->label }} |
{{ $c->description }} |
{{ number_format($c->price, 0, '', ' ') }} |
{{ $c->qty }} |
{{ number_format($c->total_ttc, 0, '', ' ') }} |
@can('commande_modifier')
@endcan
|