예제 #1
0
 public function history()
 {
     $sqls = Sql::all();
     return view('sql.history', compact('sqls'));
 }