{{-- Tabs --}}
{{-- Overview Tab --}}
{{-- Skeleton --}}
{{-- Stats cards --}}
@for ($i = 0; $i < 4; $i++)
@endfor
{{-- Charts --}}
@for ($i = 0; $i < 2; $i++)
@endfor
{{-- Bottom chart --}}
{{-- Actual component --}}
{{-- AI Performance Tab --}}
{{-- Skeleton --}}
{{-- AI stats --}}
@for ($i = 0; $i < 4; $i++)
@endfor
{{-- AI performance charts --}}
@for ($i = 0; $i < 5; $i++)
@endfor
{{-- Actual component --}}
{{-- Team Tab --}}
{{-- Skeleton --}}
{{-- Team stats --}}
@for ($i = 0; $i < 4; $i++)
@endfor
{{-- Team member rows --}}
@for ($i = 0; $i < 5; $i++)
@endfor
{{-- Actual component --}}