Files
Guillermo Gutierrez 994709a3e5 version 1.0
2023-08-11 11:08:47 -07:00

6 lines
143 B
PHP

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