{{-- Stats Cards --}}
{{ __('labels.total_experts') }}

{{ $total ?? 0 }}

{{ __('labels.verified') }}

{{ $active ?? 0 }}

{{ __('labels.pending') }}

{{ $pending ?? 0 }}

{{ __('labels.total_answers') }}

{{ $total_answers ?? 0 }}