Files
newznab-tmux/resources/views/components/label.blade.php
T
2026-07-11 16:28:16 +02:00

5 lines
164 B
PHP

@blaze(fold: true)
<label {{ $attributes->merge(['class' => 'mb-1 block w-full text-sm font-medium text-gray-700 dark:text-gray-300']) }}>
{{ $slot }}
</label>