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