@extends('layouts.client') @section('title', 'Mes Factures') @section('content')
Retrouvez toutes vos factures d'achat
{{ $stats['total_count'] }}
Factures totales
{{ number_format($stats['total_amount'], 0, ',', ' ') }}€
Total dépensé
{{ number_format($stats['this_month'], 0, ',', ' ') }}€
Ce mois
{{ number_format($stats['this_year'], 0, ',', ' ') }}€
Cette année
{{ $invoice->invoice_number }}
{{ $invoice->description }}
{{ $invoice->issued_at?->format('d/m/Y') }} • {{ $invoice->seller_name }}
{{ number_format($invoice->total, 2, ',', ' ') }} €
{{ $invoice->status_label }}Aucune facture trouvée