예제 #1
0
 public function index()
 {
     $items = Dosen::withTrashed()->get();
     return view('dosen.index', compact('items'));
 }