{{-- Chart Header --}}
{{ __('Internal commission payments chart') }}
{{-- Year Filter --}}
{{-- Bank Filter --}}
{{-- Clear Filters --}}
{{-- Chart Stats Summary --}}
{{ $this->stats['total_calculations'] ?? 0 }}
{{ __('Total calculations') }}
{{ $this->stats['total_amount'] ?? '0,00 €' }}
{{ __('Total amount') }}
{{ $this->stats['paid_amount'] ?? '0,00 €' }}
{{ __('Paid amount') }}
{{ $this->stats['pending_amount'] ?? '0,00 €' }}
{{ __('Pending') }}
{{-- Chart Content --}}
{{-- Chart Legend --}}
{{ __('Paid commissions') }}
{{ __('Validated commissions') }}
{{ __('Pending validation') }}
{{-- Chart Display --}}
@if($this->chart) @else

{{ __('No data for the selected period') }}

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