@props([ 'icon' => null, ])
class([ 'filament-forms-field-wrapper-hint flex space-x-2 rtl:space-x-reverse text-gray-500', 'dark:text-gray-300' => config('forms.dark_mode'), ]) }}> @if ($slot->isNotEmpty()) {{ $slot }} @endif @if ($icon) @endif