Пример #1
0
 public function carousel()
 {
     return View::make('admin.carousel')->withCarousel(Carousel::paginate(15));
 }