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