Akaunting/resources/views/components/index/status.blade.php

9 lines
154 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
<span @class([
'px-2.5 py-1 text-xs font-medium rounded-xl',
$backgroundColor,
$textColor,
])
>
{{ $textStatus }}
</span>