function listAll() { $doctors = Doctor::listAll(); return view('Doctor.list')->with('doctors', $doctors); }