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