*/ protected $fillable = [ 'invoice_id', 'article_number', 'amount', 'discount', 'tax', 'price', 'total', 'name', 'description', ]; }