Open matthewswallace opened 3 years ago
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.
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.