You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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>