Ejemplo n.º 1
0
 public function searchType($q)
 {
     $types = Ttype::select('id', 'nombre')->get();
     return $types;
 }