@extends('template.layout') @section('title','Support list') @section('submenuItem', 'team') @section('content') @php date_default_timezone_set('America/Sao_Paulo'); @endphp

On this page {{ config('server.serverName') }} has appointed the following people as Tutors whom you can contact in case of questions or help in the game. They are active in the game in the Help channel.

To report a violation of the {{ config('server.serverName') }} Rules please use the "Rule Violation Report" by pressing Ctrl+R in the game.

Moreover, you may contact a gamemaster concerning general questions on rule violations or banishments at the Gamemaster channel. Please understand that you should not message gamemasters directly in the game.

Another quick and effective option to contact the server support and build a larger {{ config('server.serverName') }} community is to join and use our Discord.


Support List
@foreach($supportGroups as $groupId => $group) @foreach($group as $player) @php $rowClass = 'Even'; @endphp @endforeach @endforeach
Group Name Last Login
@if(isset(config('positions')[$groupId])) {{ config('positions')[$groupId]['name'] }} @else Unknown @endif {{ $player->name }} @if($player->lastlogin === 0) Never logged in @else {{ date('M d Y, H:i:s', $player->lastlogin) }} BRT @endif
@endsection