@extends('layouts.prestataire') @section('title', 'Mes Factures & Releves') @push('styles') @endpush @section('content')

Factures & releves

Historique compact de vos ventes, commissions et montants nets.

Export CSV

Factures

{{ $stats['total_count'] }}

CA total

{{ number_format($stats['total_revenue'], 0, ',', ' ') }}€

Commission

{{ number_format($stats['total_commission'], 0, ',', ' ') }}€

Net recu

{{ number_format($stats['total_net'], 0, ',', ' ') }}€

CA mois

{{ number_format($stats['this_month_revenue'], 0, ',', ' ') }}€

Net mois

{{ number_format($stats['this_month_net'], 0, ',', ' ') }}€

@if($invoices->hasPages())
{{ $invoices->withQueryString()->links() }}
@endif
@endsection