Files
effendy-dev 461a740be0 first commit
2025-12-01 14:04:35 +07:00

6 lines
143 B
PHP

@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
{{ $value ?? $slot }}
</label>