@extends('skinlib.master') @section('title', $texture->name) @section('content')

{{ trans('skinlib.show.title') }} Texture Details

{{ trans('general.texture-preview') }}

{{ trans('skinlib.show.detail') }}

uploader); ?>
{{ trans('skinlib.show.name') }} {{ $texture->name }} @if (!is_null($user) && ($texture->uploader == $user->uid || $user->is_admin)) {{ trans('skinlib.show.modify-name') }} @endif
{{ trans('skinlib.show.suitable-model') }} {{ $texture->type }}
Hash {{ substr($texture->hash, 0, 15) }}...
{{ trans('skinlib.show.size-of-file') }} {{ $texture->size }} KB
{{ trans('skinlib.show.uploader') }} {{ $uploader->getNickName() }}
{{ trans('skinlib.show.upload-at') }} {{ $texture->upload_at }}
@if (!is_null($user)) @if ($texture->uploader == $user->uid)

{{ trans('skinlib.show.delete-texture') }} / {{ trans('skinlib.show.change-privacy') }}

{{ trans('skinlib.show.message') }}

@elseif ($user->is_admin)

{{ trans('general.admin-panel') }}

{{ trans('skinlib.show.set-message') }}

@endif @endif

{{ trans('skinlib.show.comment') }}

@if (option('comment_script') != "") {!! Utils::getStringReplaced(option('comment_script'), ['{tid}' => $texture->tid, '{name}' => $texture->name, '{url}' => get_current_url()]) !!} @else

{{ trans('skinlib.show.no-comment') }}

@endif
@endsection @section('script') @endsection