@extends('layouts.admin') @section('content') Retour à la liste
Client
Adresse
Téléphone
Date Validation Commande
Echéance
Programme
Montant
Note :
Produit | Description | Prix | Quantité | @if($commande->fk_statut == 0 || $commande->fk_statut == NULL )Action | @endif
---|---|---|---|---|
{{ $c->product->label ?? ''}} | {{ $c->product->description ?? ''}} | {{ number_format($c->subprice ?? 0, 0 ,'', ' ') }} | {{ $c->qty }} | @if($commande->fk_statut == 0 || $commande->fk_statut == NULL )@endif |
Date | Objet | Opération | Utilisateur | Description |
---|---|---|---|---|
{{ $a->date }} | {{ $a->objet }} | {{ $a->operation }} | {{ App\User::find($a->user_id)->name }} | {{ $a->description }} |