public function get_index() { $movies = Movie::paginate(2); return View::make('site.movies.index')->with('movies', $movies); }