show splits on transactions

This commit is contained in:
hackerESQ
2024-09-09 17:21:19 -05:00
parent c878607d61
commit cb5cbe988f
@@ -57,7 +57,9 @@ new class extends Component {
>
<x-slot:value class="flex items-center">
<x-badge
:value="$transaction->transaction_type"
:value="$transaction->split
? 'SPLIT'
: $transaction->transaction_type"
class="{{ $transaction->transaction_type == 'BUY'
? 'badge-success'
: 'badge-error' }} badge-sm mr-3"