示例#1
0
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $mapel = MataPelajaran::get();
     return view('admin/kd/view')->with('mapel', $mapel);
 }
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $data = MataPelajaran::get();
     return view('admin/matapelajaran/view')->with('data', $data);
 }