@extends('admin.layouts.app')
@section('content')
| N° | Client | Statut | Livraison | Total | Date |
|---|---|---|---|---|---|
| {{ $order->number }} |
{{ $order->billing_first_name }} {{ $order->billing_last_name }}
{{ $order->billing_email }}
|
|
{{ $order->shipping_method ?? '-' }} | {{ number_format($order->total, 2, ',', ' ') }} € | {{ $order->created_at->format('d/m/Y') }} |
| Aucune commande trouvée. | |||||