{{--VIEW TABS--}}
@if($showViewTabs)
@foreach($enabledViews as $enabledView)
{{ $enabledView->getLabel() }}
@endforeach
@endif
{{--FILTERS--}}
@include('filament-kanban::pages.partials.filters')
{{--BOARD VIEW--}}
@include('filament-kanban::pages.partials.board')
{{--LIST VIEW--}}
@include('filament-kanban::pages.partials.list')
@push('scripts')
@endpush