PixelPlacerBot/resources/views/components/input-label.blade.php
2024-07-27 15:40:35 -04: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>