@if($commande_fournisseur->fk_statut == 0 || $commande_fournisseur->fk_statut == NULL)
@endif
Libellé
|
Description
|
Client
|
Prix HT
|
Quantité
|
Montant
|
@if($commande_fournisseur->fk_statut == 0 || $commande_fournisseur->fk_statut == NULL )
Action
|
@endif
@foreach($commande_articles as $c)
{{ $c->label }} |
{{ $c->description }} |
{{ $c->fk_societe ?? ' ' }} |
{{ number_format($c->subprice, 0 , '', ' ') }} |
{{ $c->qty }} |
{{ $c->total_ttc }} |
@if($commande_fournisseur->fk_statut == 0 || $commande_fournisseur->fk_statut == NULL )
@can('commande_fournisseur_modifier')
@endcan
|
@endif
@endforeach
@if($commande_fournisseur->fk_statut == 0 || $commande_fournisseur->fk_statut == NULL )
@else
@endif
Générer une commande
@if($commande_fournisseur->fk_statut == 4)
@endif
@if($commande_fournisseur->fk_statut == 5)
@endif