2022-07-06 15:04:26 +03:00

7 lines
241 B
PHP

<label class="text-black text-sm font-medium" {{ $attributes }}>
{!! $slot !!}
@if ($attributes->has('required') && $attributes->get('required') === true)
<span class="text-red ltr:ml-1 rtl:mr-1">*</span>
@endif
</label>