Files
PovilasKorop 4a3afbafd3 First commit
2021-10-17 10:07:19 +03:00

6 lines
143 B
PHP

@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
{{ $value ?? $slot }}
</label>