@php use App\Tools\Format; @endphp
Dernières commandes
@if(Auth::user()->has_branches) @endif @foreach($orders as $order) @if(Auth::user()->has_branches) @endif @endforeach
Numéro Commande Client Statut Montant totalMagasin
{{ $order->number }} {{ $order->customer->name }} {{ $order->state->name() }} {{ Format::money($order->total) }}{{ $order->branch->name }} Voir
@if($orders->isNotEmpty()) Voir toutes les commandes @endif