您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

offering-status.blade.php 271B

12345678
  1. <div class="flex items-center space-x-2 text-sm leading-6">
  2. <span>{{ $getState() }}</span>
  3. @if ($getRecord()->income_account_id && $getRecord()->expense_account_id)
  4. <x-filament::badge>
  5. Sell & Buy
  6. </x-filament::badge>
  7. @endif
  8. </div>