6 lines
118 B
PHP
6 lines
118 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'col-form-label']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|