@extends('template.layout') @section('title', 'Who is online?') @section('submenuItem', 'whoisonline') @section('content')
Game World Overview
Regular Worlds
@foreach(config('multi_world.worlds') as $world) @php $rowClass = $loop->index % 2 == 0 ? 'Even' : 'Odd'; @endphp @endforeach
World Online Location PvP Type Additional Information
{{ $world['name'] }} {{ number_format(App\Utils\PlayersOnlineCache::get($world['id'])) }} {{ $world['location'] }} {{ $world['pvp_type'] }}
@endsection