9 lines
172 B
PHP
9 lines
172 B
PHP
|
<span @class([
|
||
|
'px-2.5 py-1 ltr:ml-2 rtl:mr-2 text-xs font-medium rounded-xl',
|
||
|
$backgroundColor,
|
||
|
$textColor,
|
||
|
])
|
||
|
>
|
||
|
{{ $textStatus }}
|
||
|
</span>
|