5 lines
80 B
PHP
5 lines
80 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|