mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-11 09:45:27 +01:00
6 lines
143 B
PHP
Executable File
6 lines
143 B
PHP
Executable File
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|