function submit()
 {
     $subreddits = Subreddit::All()->random(5);
     return View::make('post.submit', ['subreddits' => $subreddits]);
 }