Members Quarterly Admin Sector Report
@if(empty($selectedSectorLabel))
Select a sector and click Apply Filters to load the admin report.
@else
@foreach($year_columns ?? [] as $year) @endforeach @foreach($quarter_columns ?? [] as $quarter) @endforeach @foreach($company_columns ?? [] as $company) @endforeach @forelse($report_rows ?? [] as $row) @if(($row['type'] ?? 'metric') === 'heading') @else @foreach($row['year_values'] ?? [] as $value) @endforeach @foreach($row['quarter_values'] ?? [] as $value) @endforeach @foreach($row['company_values'] ?? [] as $index => $companyValue) @endforeach @endif @empty @endforelse
Metric Industry Ave {{ $sectorHeader ?? 'Sector Avg' }} Lifetime Ave{{ $year }}{{ $quarter }}{{ $sectorHeader ?? 'Sector Avg' }} {{ $selectedYearQuarterLabel ?? '' }} Ave{{ $company }}
{{ $row['label'] }}
{{ $row['label'] }} {{ $row['industry_ave'] ?? '-' }} {{ $row['sector_avg'] ?? '-' }} {{ $row['lifetime_avg'] ?? '-' }}{{ $value ?? '-' }}{{ $value ?? '-' }}{{ $row['selected_quarter_avg'] ?? '-' }}{{ $companyValue ?? '-' }}
No data available for the selected filters.
@endif