Dodaj [nom] do właściwości wypełnienia, aby umożliwić masowe przypisanie
// 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