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