This commit is contained in:
2025-05-26 22:09:39 +05:00
parent 0a4220707e
commit 1bd7035227

View File

@@ -44,9 +44,9 @@
<th>{{ $transaction->cardMaskNumber }}</th> <th>{{ $transaction->cardMaskNumber }}</th>
<th>{{ $transaction_item->opername }}</th> <th>{{ $transaction_item->opername }}</th>
<th>YOK</th> <th>YOK</th>
<th>{{ $transaction->currency }}</th> <th>{{ $transaction_item->currency }}</th>
<th>{{ $transaction->opersum }}</th> <th>{{ $transaction_item->opersum }}</th>
<th>{{ $transaction->opersum }}</th> <th>{{ $transaction_item->opersum }}</th>
<th>YOK</th> <th>YOK</th>
</tr> </tr>
@endforeach @endforeach