@extends('layouts.main') @section('content')

{{ \App\Color\MinecraftColor::stripColor($name) }}

Personal: {{ $personal }}

Total: {{ $total }}

@if(!empty($top10)) @php($i = 1) @foreach($top10 as $row) @php($username = \App\Cache\Cache::getUsername($row->uuid)) @if($username !== $row->uuid)

{{ $i++ }}# {{ $username }}: {{ $row->count }}

@endif @endforeach @else

Nobody has ridden this attraction this week

@endif
@endsection