@extends('layouts.vertical', ['title' => 'Kanban Board']) @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Projects', 'title' => 'Kanban Board'])
To Do (6)
In Progress (5)
In Review (3)
@endsection @section('scripts') @vite(['resources/js/pages/apps-kanban.js']) @endsection