mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
10 lines
174 B
PHP
10 lines
174 B
PHP
@props([
|
|
"value",
|
|
])
|
|
|
|
<label
|
|
{{ $attributes->merge(["class" => "block font-medium text-sm text-gray-700 dark:text-gray-300"]) }}
|
|
>
|
|
{{ $value ?? $slot }}
|
|
</label>
|