I'm not so familiar with Laravel nova and need some help please.
Is there a way to add css classes to Laravel nova fields?
I saw somewhere on the web that you could do this:
Text::make('Name')->hideFromIndex()->sortable()->rules('required')->withMeta(['class' => 'bg-dark']),
but did not work.
Would appreciate any assistance.