SmartCane/laravel_app/resources/views/components/label.blade.php
Martin Folkerts f210e4dcd9 wip
2023-10-17 11:40:04 +02:00

6 lines
143 B
PHP

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