@error('punishment.typeId') {{ $message }} @enderror
@error('punishment.punisherUUID') {{ $message }} @enderror
@error('punishment.time') {{ $message }} @enderror
@if($punishment->isTemporary)
@error('punishment.end') {{ $message }} @enderror
@endif
@error('punishment.reason') {{ $message }} @enderror
@if(!$punishment->isGlobal)
@error('punishment.server') {{ $message }} @enderror
@endif
Off
@error('punishment.silent') {{ $message }} @enderror
Off
@error('punishment.active') {{ $message }} @enderror
@if (session('message'))
{{ session('message') }}
@endif
@can('punish_player') @endcan @can('delete_player') @endcan
@lang('player.player.information.title')
@can('show_ip') @endcan
@lang('player.player.information.username') {{$player->username}}
@lang('player.player.information.nickname') {{$player->nickname}}
@lang('player.player.information.uuid') {{$player->uuid}}
@lang('player.player.information.latest-minecraft-version') {{$player->version->name()}}
@lang('player.player.information.ip-address') {{$player->ip}}
@lang('player.player.information.country') {{$player->fullCountry()}}
@lang('player.player.information.tag') {{$player->tagNames()}}
@lang('player.player.information.first-login') {{$player->getTimestampFormatted($player->firstlogin)}}
@lang('player.player.information.last-login') {{$player->getTimestampFormatted($player->lastlogin)}}
@lang('player.player.information.last-logout') {{$player->getTimestampFormatted($player->lastlogout)}}
@lang('player.player.information.playtime') {{$player->playtime}}
@lang('player.player.information.online') @if ($player->online) @else @endif
@lang('player.player.statistics.title')
@lang('player.player.statistics.average-playtime') {{$player->getAveragePlaytime()}}
@lang('player.player.statistics.normally-joins-at') {{$player->getAverageDailyLogin()}}
@lang('player.player.statistics.additional-accounts') @foreach($player->getAltAccounts() as $alt) {{$alt->username}} @endforeach
Ping {{$player->getPingDataAsString()}}
@livewire('player.player-sessions-table', ['player' => $player, 'lazy' => true])
@livewire('player.player-punishments-table', ['player' => $player, 'lazy' => true])
@livewire('player.ignored-players-table', ['player' => $player, 'lazy' => true])
@livewire('player.player-friends-table', ['player' => $player, 'lazy' => true])
@assets @endassets @script @endscript