コード例 #1
0
ファイル: ExportsController.php プロジェクト: y0sh1/logboek
 public function index()
 {
     return View::make('exports.index', ['logbooks' => Logbook::select('id', 'title')->get(), 'exports' => Export::paginate(25)]);
 }