{{-- Chart Header --}}
{{ $title }}
{{-- Year Filter --}}
@if(auth()->user()->hasRole(['admin', 'manager', 'accountant'])) {{-- User 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