Files
sirpremiumv2/resources/views/components/input-label.blade.php
T
2023-07-26 08:28:13 -05:00

6 lines
143 B
PHP

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