Replies: 1 comment 1 reply
-
You’ve wrapped It’s recommended to list elements sequentially, like this: Layout::modal('taskModal', [
Layout::block(...),
Layout::rows(...),
]); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make my form better structurised, but if I add
Layout::block
code I have following error.Orchid\Screen\Builder::Orchid\Screen{closure}(): Argument #1 ($field) must be of type Orchid\Screen\Contracts\Fieldable, Orchid\Screen\Layouts\Block@anonymous given, called in /var/www/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php on line 274
What's wrong?
Beta Was this translation helpful? Give feedback.
All reactions