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