fedi-feed-router/resources/views/components/input-label.blade.php

6 lines
143 B
PHP
Raw Normal View History

2026-01-22 21:53:12 +01:00
@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
{{ $value ?? $slot }}
</label>