Files
sirpremiumv2/resources/views/components/input-label.blade.php
T
2023-11-07 22:43:10 +00:00

6 lines
143 B
PHP
Executable File

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