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