@php use App\Enums\TrainingDashboardRankingScope; /** @var array $filterQuery */ /** @var array $rankingPresentation */ $presentation = $rankingPresentation; $scope = $presentation['rankingScope']; $entries = $presentation['rankingEntries']; $groupedSections = $presentation['rankingGroupedSections'] ?? null; @endphp
Painel BI Relatório
@push('styles') @vite('resources/css/dashboard-ranking.css') @endpush
@include('dashboard._report-nav', ['filterQuery' => $filterQuery]) @include('dashboard._filters') @include('dashboard._ranking-tabs', [ 'filterQuery' => $filterQuery, 'rankingScope' => $scope, ]) @if($groupedSections === null) @else

{{ $presentation['rankingHeaderSubtitle'] }}

@forelse($groupedSections as $section) @empty

Nenhum participante com respostas no escopo dos filtros aplicados.

@endforelse
@endif