@extends('layouts.admin') @section('css') @parent {!! Html::style('adminbsb_plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.min.css') !!} @stop @section('content')
Liste des commandes sur le site
| Ref. | Date | Nom du client | Nbr. d'articles | Mode | Montant | Statut | Actions | {!! Html::link(action('\Plugins\Vente\Controller\VenteController@admin_detail_commande', array($commande->id)), $commande->reference, array('class'=>'link')) !!} | {{ strftime("%Y/%m/%d à %H:%M", strtotime($commande->date)) }} |
{{ "{$commande->user->nom} {$commande->user->prenom}" }}
|
{{ getTotalProduit($commande->reference) }} | @if($commande->type == 0 ) chèque @endif @if($commande->type == 1 ) Paypal @endif | {{ getTotal($commande->reference) }} € TTC | {{ $etat }} | @endforeach |
|---|