예제 #1
0
 public function allProvedores()
 {
     return Provedore::orderBy('id', 'desc')->get();
 }