Files
Husanjonazamov e0f1989655 classify admin
2026-02-24 12:52:01 +05:00

10 lines
242 B
PHP

<label
for="{{ $attributes->get('for') }}"
class="block font-medium leading-5 text-gray-700 pb-2"
>
{{ $slot }}
@if($attributes->get('required', false))
<span class="text-red-400">*</span>
@endif
</label>