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

9 lines
154 B
PHP
Raw Normal View History

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