sort transactions by date desc

This commit is contained in:
hackerESQ
2024-09-13 20:53:02 -05:00
parent 28134ea617
commit be231c2e9e
@@ -34,7 +34,7 @@ new class extends Component {
<div class="">
@foreach($transactions->take(10) as $transaction)
@foreach($transactions->sortByDesc('date')->take(10) as $transaction)
<x-list-item
no-separator