mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
6 lines
143 B
PHP
6 lines
143 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|