@foreach ($widgets as $widget)
@switch($widget->key)
@case('register_number')
{{ $allParticipantsCount }}
Pré-inscriptions
{{ $validatedParticpantsCount }}
Inscriptions
{{ $presentParticipantsCount }}
Présences
@break
@case('formation_resident')
{{ $prefix }} médecins (en formation / en exercice)
@break
@case('by_domain')
{{ $prefix }} par domaine d'activité
@break
@case('by_mode')
{{ $prefix }} médecins par mode d'exercice
@break
@case('by_specialty')
{{ $prefix }} médecins par spécialité
@break
@case('by_gouvernorat')
{{ $prefix }} par gouvernorat
@break
@case('by_country')
@break
@case('by_gender')
@break
@case('register_by_day')
@break
@case('register_evolution')
Évolution {{ lcfirst($prefix) }}
@break
@case('membership_lion')
{{ $prefix }} par membership (MEMBER LION vs Autres)
@break
@case('membership_breakdown')
{{ $prefix }} par membership (hors MEMBER LION)
@break
@case('country_tunisia')
{{ $prefix }} par pays (TUNISIE vs Autres)
@break
@case('country_breakdown')
{{ $prefix }} par pays (hors TUNISIE)
@break
@case('districts')
{{ $prefix }} par district
@break
@case('clubs')
{{ $prefix }} par club (District 414 - Tunisie)
@break
@endswitch
@endforeach