@extends('layouts.base') @section('title', 'Commande') @section('actions') Nouvelle commande @endsection @section('content')
| {{ ucfirst(__($head)) }} | @endforeach||||||
|---|---|---|---|---|---|---|
| {{ ucfirst(__($head)) }} | @endforeach||||||
| {{$order->order_at->format('d/m/Y')}} | {{$order->customer->name}} | {{$order->code}} | {{$order->products->count()}} | {{$order->site->name}} | @if($order->status == "PROGRESS") EN VALIDATION @elseif($order->status == "VALIDATED") EN PRODUCTION @elseif($order->status == "REJECTED") REJETEE @elseif($order->status == "FINISH") TERMINE @endif |
|