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