vito/resources/views/components/input-help.blade.php
2024-03-24 09:56:34 +01:00

6 lines
117 B
PHP

<p
{{ $attributes->merge(["class" => "mt-2 text-sm text-gray-500 dark:text-gray-300"]) }}
>
{{ $slot }}
</p>