Laravelでデータを取得する方法//1件取得 DB::table('users')->first(); //全件取得 DB::table('users')->get(); //ID