@extends('admin.layouts.app')
@section('content')
{{ $customer->email }}
{{ $stats['orders_count'] }}
Commande{{ $stats['orders_count'] > 1 ? 's' : '' }}
{{ number_format($stats['total_spent'], 2, ',', ' ') }} €
Total dépensé
| Commande | Statut | Total | Date | Actions |
|---|---|---|---|---|
| {{ $order->number }} |
|
{{ number_format($order->total, 2, ',', ' ') }} € | {{ $order->created_at->format('d/m/Y H:i') }} | |
| Aucune commande pour ce client. | ||||