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