@foreach ($withdraws as $withdraw) {{ $loop->index + 1 }} {{ formatted_date($withdraw->created_at) }} {{ $withdraw->user?->name }} Bank {{ currency_format($withdraw->amount) }}
@endforeach