summaryrefslogtreecommitdiff
path: root/resources/views/components/input-label.blade.php
blob: e93b059acb00d1a046cc314888ca0b5ed596abe6 (plain)
1
2
3
4
5
@props(['value'])

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