getDraftPostsTask->run(); return inertia()->render('Dashboard/Main', [ 'draftPosts' => $draftPosts, ]); } }