Files
newznab-tmux/resources/forum/blade-tailwind/views/components/label.blade.php
T
2025-11-19 11:48:06 +01:00

4 lines
92 B
PHP

<label {{ $attributes->merge(['class' => 'block w-full mb-1']) }}>
{{ $slot }}
</label>