nova-inline-relationship icon indicating copy to clipboard operation
nova-inline-relationship copied to clipboard

Invalid Arguments foreach()

Open matthewswallace opened this issue 3 years ago • 0 comments

I've added this to a Laravel 8 project running the latest version of Nova.

I have the following HasMany field setup in my Product resource in nova so a user can add addition information about a product.

HasMany::make('Page Sections')->inline()->sortUsing('sort_order'),

When I try to update or save I get "Invalid Arguments on foreach()", And I've also noticed that the labels next to each field show the db table representation of the field.

Screen Shot 2021-02-26 at 11 11 38 AM

matthewswallace avatar Feb 26 '21 17:02 matthewswallace