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.
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>
|