{{-- Column layout utilities are compiled via the Filament admin Vite theme (resources/css/filament/admin/theme.css). Without that theme, these classes are purged from Filament's default CSS and the board collapses to plain text. --}}
@include('filament.tasks.kanban-header', ['status' => $status])
@foreach ($status['records'] as $record) @include('filament.tasks.kanban-record', ['record' => $record]) @endforeach
@if (($status['remaining'] ?? 0) > 0)

{{ __('tasks.kanban.more_tasks', ['count' => $status['remaining']]) }}

{{ __('tasks.kanban.load_more') }}
@endif