@extends('admin.layouts.main-layout') @section('content')
| # | User Name | User Mobile | Game Name | Bit Type | Amount |
|---|---|---|---|---|---|
| {{ $sort*($page-1)+($key+1) }} | {{$list->username->name}} | {{$list->username->mobile_number}} | {{$list->game->name}} | {{$list->type}} | {{$list->amount}} |
| Record not found | |||||