Mercurial > packages > framework
view publishable/resources/views/components/input-label.blade.php @ 5:f282c6ef1671
better support for server side tables
| author | luka |
|---|---|
| date | Tue, 19 Aug 2025 22:15:16 -0400 |
| parents | b44434aaa767 |
| children |
line wrap: on
line source
@props(['value']) <label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}> {{ $value ?? $slot }} </label>
