@extends('layouts.admin') @section('content')
Libellé | Description | Prix TTC | Quantité | Montant TTC | @if($commande_clients->fk_statut == 0 || $commande_clients->fk_statut == NULL )Action | @endif
---|---|---|---|---|---|
{{ $c->label }} | {{ $c->description }} | {{ number_format($c->price, 0, '', ' ') }} | {{ $c->qty }} | {{ number_format($c->total_ttc, 0, '', ' ') }} | @if($commande_clients->fk_statut == 0 || $commande_clients->fk_statut == NULL )@can('commande_modifier') @endcan | @endif