@extends('theme::layouts.app') @section('theme::title', __('seo.information.player', ['name' => $player->CharName16])) @section('theme::content')

{{ __('information.player.title', ['charname16' => $player->CharName16]) }}

@if($player->getAccountUser->getTbUser) @role('administrator') @include('theme::frontend.information.information.player.gm') @else @auth @if($player->getAccountUser->getTbUser->JID === Auth::user()->jid) @include('theme::frontend.information.information.player.own') @else @include('theme::frontend.information.information.player.guest') @endif @else @include('theme::frontend.information.information.player.guest') @endauth @endrole @endif
@endsection @if($player->getAccountUser->getTbUser) @role('administrator') @include('theme::frontend.information.information.map', ['player' => $player]) @else @auth @if($player->getAccountUser->getTbUser->JID === Auth::user()->jid) @include('theme::frontend.information.information.map', ['player' => $player]) @else @if($playerUnderJob) @include('theme::frontend.information.information.map', ['player' => $player]) @endif @endif @else @if($playerUnderJob) @if($player->getAccountUser->getTbUser->getWebUser && $player->getAccountUser->getTbUser->getWebUser->show_map === 1) @include('theme::frontend.information.information.map', ['player' => $player]) @endif @endif @endauth @endrole @endif