@extends('admin.layouts.app')
@section('content')
| ID | Client | Statut | Total | Date |
|---|---|---|---|---|
| #{{ $order->id }} | {{ $order->user?->name ?? 'Invite' }} |
|
{{ number_format($order->total, 2, ',', ' ') }} € | {{ $order->created_at->format('d/m/Y') }} |
| Aucune commande pour le moment. | ||||