Пример #1
0
 public function getTrashed()
 {
     $grupos = Grupo::onlyTrashed()->get();
     return $grupos;
 }