@include('common.texture-preview')
@lang('skinlib.show.detail')
@lang('skinlib.show.name') | {{ $texture->name }} @if (!is_null($user) && ($texture->uploader == $user->uid || $user->isAdmin())) @lang('skinlib.show.edit-name') @endif | |
@lang('skinlib.show.model') | @if ($texture->type == 'cape') @lang('general.cape') @else {{ $texture->type }} @endif | |
Hash @if (option('allow_downloading_texture')) @endif | @if (option('allow_downloading_texture')) {{ substr($texture->hash, 0, 15) }}... @else {{ substr($texture->hash, 0, 15) }}... @endif | |
@lang('skinlib.show.size') | {{ $texture->size }} KB | |
@lang('skinlib.show.uploader') | @if ($uploader = app('users')->get($texture->uploader)){{ $uploader->getNickName() }} | @else@lang('general.unexistent-user') | @endif
@lang('skinlib.show.upload-at') | {{ $texture->upload_at }} |
@lang('skinlib.show.comment')
@if (option('comment_script') != "")
{!! Utils::getStringReplaced(option('comment_script'), ['{tid}' => $texture->tid, '{name}' => $texture->name, '{url}' => get_current_url()]) !!}
@else
@lang('skinlib.show.comment-not-available')
@endif