@extends('layout.index', [ 'title' => 'Commandes', 'subtitle' => 'Edition d\'une commandes', 'breadcrumb' => ['Commandes'] ]) @section('content') {{ Form::open(['route' => 'Admin.Shop.Orders.update', 'id' => 'order-form', 'autocomplete' => 'off']) }}
| {{ $detail['quantity'] }} | {{ $detail['name'] }} | {{ $detail['price'] }} | {{ $detail['total'] }} |