getAll(); $requestedProject = isset($_GET['project']) ? trim((string) $_GET['project']) : ''; $activeProjectId = $requestedProject !== '' ? $requestedProject : ($projects[0]->id ?? ''); $boardService = new BoardService(); $initialState = null; if ($activeProjectId !== '') { try { $initialState = $boardService->getBoardState($activeProjectId); } catch (Throwable $exception) { $initialState = null; } } ?> <?php echo e((string) config('app_name')); ?>

No project selected

Create or copy a project folder into using the markdown layout from the notes.

Project Board

Discarded Tasks

Trash

Drop tasks here to discard them

Trash is empty.

Task

Note