@extends('layouts.admin') @section('content')
Libellé | Description | Client | Prix HT | Quantité | Montant | @if($commande_fournisseur->fk_statut == 0 || $commande_fournisseur->fk_statut == NULL )Action | @endif
---|---|---|---|---|---|---|
{{ $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