@extends('layouts.admin') @section('content')
COMMANDE FOURNISSEUR N {{ $commande_fournisseur->ref }}
  • Fournisseur
  • Date
  • Etat Commande Fournisseur
  • Utlisateur

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