예제 #1
0
 public function municipio($id)
 {
     $datos = municipio::find($id);
     return $datos->nombre;
 }