@extends('base.base') @section('base')

映射列表

@if(count($mappings) > 0) @foreach($mappings as $mapping) @endforeach @else @endif
ID 用户ID最后一位 游戏ID 游戏名称 (brand-title) 操作
{{ $mapping->id }} {{ $mapping->number }} {{ $mapping->game_id }} @if($mapping->brand && $mapping->title) {{ $mapping->brand }}-{{ $mapping->title }} @else 游戏不存在 @endif
暂无数据
@endsection