felixmFlow
felixmFlow
I tried using panel from this ticket but it didn't work: https://github.com/nibri10/nova-grid/issues/1  I'm using Laravel 8 and nova 3. Did anyone come right with an alternative solution please?
Hello, I have a scenario where i'm adding the conditional field in the layout from a package called flexible content but for some reason, it's not working. here is my...
Hello, I have a scenario where i'm adding a conditional field in the layout but for some reason, it's not working. Flexible::make('custom', 'custom') ->addLayout('', 'wysiwyg', [ Select::make(__('Type'), 'type') ->options([ 'opt1'...