@extends('template') @section('content')
| Player | Picture | Created | Last Login | Cumulative Play |
|---|---|---|---|---|
|
@if ($player->group_id < '10')
|
@if ($player->login_date)
|
@if ($player->creation_date) {{ Carbon\Carbon::parse($player->creation_date)->diffForHumans() }} @else Never @endif | @if ($player->login_date) {{ Carbon\Carbon::parse($player->login_date)->diffForHumans() }} @else Never @endif | @if ($player->value) {{ (new App\Http\Controllers\StatsController)->secondsToTime($player->value/1000) }} @else Never @endif |