6 lines
171 B
PHP
6 lines
171 B
PHP
@props(['value'])
|
|
|
|
<label {!! $attributes->merge(['class' => 'block mb-2 text-xs font-bold text-gray-400 uppercase tracking-wider']) !!}>
|
|
{{$value ?? $slot}}
|
|
</label>
|