6 lines
143 B
PHP
Raw Normal View History

2024-01-16 15:14:13 +04:00
@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
{{ $value ?? $slot }}
</label>