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