6 lines
179 B
PHP
6 lines
179 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'block text-xs uppercase tracking-[0.2em] text-slate-500 dark:text-slate-300']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|