Esempio n. 1
0
 public function index()
 {
     $log = Logfile::paginate(50);
     return View::make('backend.logfiles.index')->with('log', $log);
 }