Files
cv-roberto/resources/views/components/input-label.blade.php
Roberto Guagliardo b324c030f4 Initial commit
2025-06-19 02:02:04 +02:00

6 lines
162 B
PHP

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