mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-17 17:45:55 +08:00
6 lines
146 B
PHP
6 lines
146 B
PHP
<div
|
|
{{ $attributes->class(['filament-forms-field-wrapper-helper-text text-sm text-gray-600 dark:text-gray-300']) }}
|
|
>
|
|
{{ $slot }}
|
|
</div>
|