-
- | @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 }} |
-
-
-