标签: plsqldeveloper
$Courses=Courses::orderBy('name','desc')->paginate(1); return view('Courses.index')->with('Courses',$Courses);