@t('monitoring.our_servers')

@foreach ($servers as $item) @endforeach
@t('monitoring.server_name') @t('monitoring.map') IP:PORT @t('monitoring.players')
{{ $item['serverName'] }} {{ $item['serverName'] }}
{{ $item['info']['Map'] }}
{{ $item['displayIp'] }} {{ $item['info']['Players'] }}/{{ $item['info']['MaxPlayers'] }}
@t('monitoring.connect')
@component(mm('Source_Monitoring', 'Resources/Views/components/info.blade.php')) @endcomponent