{{-- Chart Header --}}
{{ $title }}
{{-- Year Filter --}}
@if(! auth()->user()->hasRole(['analyst'])) {{-- Analyst Filter --}}
@endif {{-- Payment Status Filter --}}
{{-- Export Button --}} @if($hasExports) @endif {{-- Clear Filters --}}
{{-- Chart Stats Summary --}}
{{ $this->stats['total_calculations'] }}
Total calculs
{{ $this->stats['total_amount'] }}
Montant total
{{ $this->stats['paid_amount'] }}
Montant payé
{{ $this->stats['pending_amount'] }}
En attente
{{-- Chart Content --}}
@if(!$deferLoad) {{-- Chart Legend --}}
Commissions payées
Commissions validées
En attente de validation
{{-- Chart Display --}}
@if($this->chart) @else

Aucune donnée pour la période sélectionnée

@endif
@else {{-- Loading State --}}
Chargement...
@endif
@push('styles') @endpush