public function index() { $data['kelas'] = \DB::table('t_kelas') ->orderBy('jurusan') ->orderBy('nama_kelas') ->get(); return view('tugas', $data); }