public function index(?int $id = null): View
    {
        $board = null;

        if ($id) {