2022-06-10 10:17:46 +03:00
|
|
|
<label class="text-black text-sm font-medium" {{ $attributes }}>
|
2022-06-01 10:15:55 +03:00
|
|
|
{!! $slot !!}
|
2022-06-10 10:17:46 +03:00
|
|
|
|
2022-07-06 15:04:26 +03:00
|
|
|
@if ($attributes->has('required') && $attributes->get('required') === true)
|
2022-06-10 10:17:46 +03:00
|
|
|
<span class="text-red ltr:ml-1 rtl:mr-1">*</span>
|
|
|
|
@endif
|
2022-06-01 10:15:55 +03:00
|
|
|
</label>
|