Ajouter [NOM] à la propriété remplissable pour autoriser l'attribution de masse
// 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