updated reconcilation list page

This commit is contained in:
Cihan Şentürk 2025-03-26 16:20:16 +03:00 committed by GitHub
parent 5d1ab331d4
commit 023db3e020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -59,12 +59,7 @@
</x-table.th>
<x-table.th class="w-6/12 sm:w-4/12" kind="amount">
<x-slot name="first">
<x-sortablelink column="opening_balance" title="{{ trans('reconciliations.opening_balance') }}" />
</x-slot>
<x-slot name="second">
<x-sortablelink column="closing_balance" title="{{ trans('reconciliations.closing_balance') }}" />
</x-slot>
<x-sortablelink column="closing_balance" title="{{ trans('reconciliations.closing_balance') }}" />
</x-table.th>
</x-table.tr>
</x-table.thead>