您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678 |
- <div class="flex items-center space-x-2 text-sm leading-6">
- <span>{{ $getState() }}</span>
- @if ($getRecord()->income_account_id && $getRecord()->expense_account_id)
- <x-filament::badge>
- Sell & Buy
- </x-filament::badge>
- @endif
- </div>
|