public function getStudents() { $students = Student::getStudents(); // print_r($students); return view('students', ["students" => $students]); }