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

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

@if($player->getAccountUser?->getTbUser) @include('theme::frontend.information.information.player.information') @endif
@endsection