Agregar [nom] a la propiedad Fillable para permitir la asignación masiva
// you var are not fillable, you have to set them fillable
protected $fillable = ['var1', 'var2', 'etc'];
//now you can fill your vars
L'homme habile