6 lines
133 B
PHP
6 lines
133 B
PHP
|
@props(['value'])
|
||
|
|
||
|
<label {{ $attributes->merge(['class' => 'block mb-2 text-sm float-left']) }}>
|
||
|
{{ $value ?? $slot }}
|
||
|
</label>
|