Files
newznab-tmux/resources/views/components/label.blade.php
T
2024-04-08 20:38:46 +02:00

4 lines
92 B
PHP

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