@vite(['resources/js/kanban.js'])
@foreach (['upcoming_days' => 'Jours à venir', 'status' => 'Statut', 'priority' => 'Priorité'] as $key => $label) @endforeach
{{-- `.dashboard-kanban-columns` caps each column's height (theme.css) — scoped to this card only, not to SKanban.php's shared markup, since the full Kanban page (kanban.blade.php) reuses the same component without this constraint. --}}