@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 HT
|
Quantité
|
Montant
|
Action
|
{{ $c->label }} |
{{ $c->description }} |
{{ $c->price }} |
{{ $c->qty}} |
{{ $c->total_ttc}} |
@can('client_delete')
@endcan
|