@foreach ($cashes as $cash) @endforeach
{{ __('SL') }}. {{ __('Date') }} {{ __('Type') }} {{ __('Payment') }} {{ __('Name') }} {{ __('Amount') }} {{ __('Action') }}
{{ ($cashes->currentPage() - 1) * $cashes->perPage() + $loop->iteration }} {{ formatted_date($cash->date) }} {{ ucwords(str_replace('_', ' ', $cash->platform)) }} {{ ucwords(str_replace('_', ' ', $cash->transaction_type)) }} {{ $cash->user->name ?? '' }} {{ currency_format($cash->amount, currency: business_currency()) }}
{{ $cashes->links('vendor.pagination.bootstrap-5') }}