@extends('layouts.app') @section('content')
Ranking Details
TOP PLAYERS
@foreach ($rank as $x => $row) @endforeach
{{ $x + 1 }}. {{ $row['Name'] }} avatar {{ $row['VipLevel'] }} {{ $row['PlayerBattlePower'] }}
@endsection