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

9 lines
172 B
PHP
Raw Normal View History

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