Example #1
0
 public function maintenance()
 {
     return View::make('admin.maintenance')->withMaintenance(Maintenance::paginate(15));
 }