Exemplo n.º 1
0
 public function index()
 {
     return View::make('exports.index', ['logbooks' => Logbook::select('id', 'title')->get(), 'exports' => Export::paginate(25)]);
 }