@forelse ($transactions as $key=>$transaction) @empty @endforelse
# User Detail Level Upgrade Type Date
{{($key+1) + ($transactions->currentPage() - 1)*$transactions->perPage()}} Name: {{$transaction->user->name}}
Phone: {{$transaction->user->phone}}
Referrer Code: {{$transaction->user->referrer_code}}
{{$transaction->to}} {{$transaction->from}} {{ucfirst($transaction->type)}} {{$transaction->created_at->format('d-m-Y h:i A')}}

Nothing Found


Showing {{($transactions->currentpage()-1)*$transactions->perpage()+1}} to {{(($transactions->currentpage()-1)*$transactions->perpage())+$transactions->count()}} of {{$transactions->total()}} Transactions

{!! $transactions->links() !!}