6 lines
143 B
PHP
Raw Normal View History

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