@extends('layouts.admin') @section('content')
Gestion des commandes
Gérer les informations de commandeLISTE DES 5 DERNIÈRES COMMANDES
| Ref. | Date | Nom du client | Nbr. d'articles | Mode | Montant | Statut | Action |
|---|---|---|---|---|---|---|---|
| {!! Html::link(action('\Plugins\Vente\Controller\VenteController@admin_detail_commande', array('id' => $commande->id)), $commande->reference, array("class" => "link")) !!} | {{ strftime("%d %B %Y à %H:%M", strtotime($commande->date)) }} |
|
Fatal error: Uncaught Error: Call to undefined function getTotalProduit() in /home/trutinauto/public_html/resources/views/plugins/vente/admin.blade.php:85 Stack trace: #0 {main} thrown in /home/trutinauto/public_html/resources/views/plugins/vente/admin.blade.php on line 85 |