true, 'state' => $boardService->createProject( trim((string) ($input['title'] ?? 'Untitled Project')), trim((string) ($input['body'] ?? '')), isset($input['slug']) ? trim((string) $input['slug']) : null ), ] ); } catch (HttpHalt $halt) { return; } catch (Throwable $exception) { Http::error($exception->getMessage(), 500); }