# |
Player ID |
Image |
Username |
Email |
Amount |
WIN Amount |
Status |
Actions |
@foreach($data as $key =>$result)
{{ $data->firstItem() + $key }} |
{{ $result->playerid }} |
@if($result->photo == null)
@else
@endif
| {{ $result->username }} |
{{ $result->useremail }} |
{{ $result->totalcoin }} |
{{ $result->wincoin }} |
@if($result->banned == 1)
Active
@else
Blocked
@endif
|
|
@endforeach
{{ $data->onEachSide(3)->links('vendor.pagination.custom') }}