@extends('layouts.client') @section('title', 'Mes Factures') @section('content')
{{-- Header --}}

đź“„ Mes Factures

Retrouvez toutes vos factures d'achat

{{-- Stats Cards --}}
đź“‹

{{ $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

{{-- Filtres --}}
{{-- Liste des factures --}} {{-- Pagination --}} @if($invoices->hasPages())
{{ $invoices->withQueryString()->links() }}
@endif
@endsection