6 lines
120 B
PHP
6 lines
120 B
PHP
|
@props(['value'])
|
||
|
|
||
|
<label {{ $attributes->merge(['class' => 'small text-muted']) }}>
|
||
|
{{ $value ?? $slot }}
|
||
|
</label>
|