You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: