@if($commande_clients->etat == 'brouillon')
@endif
Libellé
|
Description
|
Prix HT
|
Quantité
|
Montant
|
Action
|
@foreach($commande_articles as $c)
{{ $c->libelle }} |
{{ $c->description }} |
{{ $c->prix }} |
{{ $c->quantite }} |
{{ $c->montant }} |
@can('client_delete')
@endcan
|
@endforeach
@if($commande_clients->etat == 'brouillon')
@else
@endif
Générer une commande
Créer une facture
@if($commande_clients->etat != 'livré')
@endif
@if($commande_clients->etat == 'livré')
@endif