Roman_applicant-site/resources/views/components/input-label.blade.php

6 lines
162 B
PHP
Raw Normal View History

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