Textarea::make('description') ->hint(OPEN A MODAL) ->required()
Textarea::make('description') ->hint(OPEN A MODAL) ->required()
Do you know an easy way to display a modal as a hint in a Form ? Id like to create a custom Hint with full blade template control like Im used to do with Custom column in Table Builder ? Thanks you !