@extends('layouts.app') @section('title', 'Commandes') @section('content') @include('admin._nav')
{{ $orders->total() }} commande(s), tous organisateurs confondus
| Commande | Client | Événement | Montant | Statut | Date |
|---|---|---|---|---|---|
| #{{ $order->id }} |
{{ optional($order->user)->name ?? 'Compte supprimé' }} {{ optional($order->user)->email }} |
{{ optional($order->event)->title ?? '—' }} | {{ number_format($order->total_amount, 0, ',', ' ') }} FCFA | {{ $statusLabel }} | {{ $order->created_at->translatedFormat('d M Y à H:i') }} |
| Aucune commande ne correspond à ces filtres. | |||||