Files
usher-manage-stack/resources/views/components/input-label.blade.php
2025-11-20 23:21:05 +08:00

6 lines
143 B
PHP

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