Transaction History

{{-- filter modal --}}
Filter

Filter By Category

@foreach (collect($sources)->sort() as $sourceItem) @endforeach
{{-- sort modal --}}
Sort

Sort By Date

Sort By Amount

{{-- leave here if not tailwind will ignore the classes --}} {{--
--}}
@forelse ($transactions as $transaction) @empty

You have no transactions yet.

@endforelse
@if ($transactions->hasMorePages())
Load More Transactions
@endif