Files
newznab-tmux-NNTmux/resources/views/components/label.blade.php
T
2026-08-28 00:59:02 +02:00

5 lines
168 B
PHP

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