@php $headingStyles = [ 'main' => 'font-weight:700;background:#f3f3f3;font-size:16px;', 'subheading' => 'font-weight:600;background:#e8e8e8;font-size:14px;', 'description' => 'font-weight:500;background:#fafafa;font-size:13px;font-style:italic;', ]; @endphp
@php $reportYear = substr($selected_year_month ?? '', 0, 4); $reportMonth = $selected_month_label ?? ''; @endphp

Industry: Industry

Period: {{ $reportMonth }} {{ $reportYear }}

@php $headerColspan = 2 + count($sector_columns ?? []); @endphp @foreach($sector_columns ?? [] as $sectorName) @endforeach @forelse($report_rows ?? [] as $category => $rows) @foreach($rows as $row) @if(($row['type'] ?? '') === 'heading') @if($row['metric_id'] == '61') @php $totalCols = 2 + count($sector_columns ?? []); $textColspan = max(1, $totalCols - 2); @endphp @endif @else @foreach($row['sector_values'] ?? [] as $sectorIndex => $sectorValue) @endforeach @endif @endforeach @empty @endforelse
ACXPA Members & Subscribers NATIONAL Sectors Report for {{ $reportMonth }} {{ $reportYear }}
Metric National Avg ({{ $selected_month_label ?? '' }}){{ $sectorName }}
{{ $sector_cta['ind_middle'] ?? '' }}
@if(!empty($sector_cta['ind_cta'])) Learn More @endif
{{ $row['label'] }}
{{ $row['label'] }} {{ $row['national_avg'] ?? '-' }}{{ $sectorValue ?? '-' }}
No data available for the selected filters.
{{ $sector_cta['ind_bottom'] ?? '' }}
@if(!empty($sector_cta['ind_cta'])) Learn More @endif