{{-- Vista BOARD — kanban de concepts (pipeline de ideación). Sólo concepts no-promoted; los productos viven en TIERS. --}} @push('styles') @endpush
@foreach($board as $stageKey => $col) @php $itemsCount = count($col['concepts']) + count($col['products']); if ($itemsCount === 0) continue; @endphp
{{ $col['title'] }} {{ $itemsCount }}
@foreach($col['concepts'] as $c) @php [$emoji, $label, $badgeClass] = $c->stage_badge; @endphp
{{ $c->name }}
{{ $c->slug }} @if($c->target_industry) · 🏷 {{ $c->target_industry }}@endif
@if($c->demand_count > 0) 🎯 {{ $c->demand_count }} pedidos @endif
@endforeach @foreach($col['products'] as $p)
{{ $p['slug'] }}
{{ $p['health_pct'] }}% · {{ $p['stats']['total'] }} misiles · {{ $p['stats']['launched'] }} live
@endforeach
@endforeach
{{-- Sidebar: acciones + cola de empaquetado --}}
Próximas acciones
@forelse($actions as $a)
{{ $a['title'] }}
{{ $a['sub'] }}
@empty
Sin acciones pendientes
@endforelse
@if(!empty($priority)) @endif