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

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

@include('common.texture-preview')

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

@if ($uploader = app('users')->get($texture->uploader)) @else @endif
{{ trans('skinlib.show.name') }} {{ $texture->name }} @if (can_moderate_texture($user, $texture)) {{ trans('skinlib.show.edit') }} @endif
{{ trans('skinlib.show.model') }} {{ $texture->type == 'cape' ? trans('general.cape') : $texture->type }} @if (can_moderate_texture($user, $texture)) {{ trans('skinlib.show.edit') }} @endif
Hash @if (option('allow_downloading_texture')) @endif tid}.png") : 'javascript:;' }}" title="{{ $texture->hash }}">{{ substr($texture->hash, 0, 15) }}...
{{ trans('skinlib.show.size') }} {{ $texture->size }} KB
{{ trans('skinlib.show.uploader') }}{{ $uploader->getNickName() }}{{ trans('general.unexistent-user') }}
{{ trans('skinlib.show.upload-at') }} {{ $texture->upload_at }}
@if ($user && can_moderate_texture($user, $texture)) @include('common.manage-panel') @endif

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

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

{{ trans('skinlib.show.comment-not-available') }}

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