Files
mmc_info/resources/views/components/label.blade.php
Александр Бабкин eb0140dfa4 Breeze auth added
2022-06-23 14:35:42 +03:00

6 lines
143 B
PHP

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