@extends('template') @section('content') There have been {{$onlineCount}} online over the last 48 hours in {{$world}} @foreach ($players as $index => $player) @endforeach
Name Last Login Created Total Play
@if($db== 'preservation') @else @endif @if ($player->online) {{ $player->username }} @else {{ $player->username }} @endif @if ($player->login_date) {{ Carbon\Carbon::parse($player->login_date)->diffForHumans() }} @else Never @endif {{ Carbon\Carbon::parse($player->creation_date)->diffForHumans() }} {{ App\Http\OnlineController::formattedCumTime($player->value/1000, $player->login_date) }}
@endsection