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

材质详情 Texture Details

材质预览

详细信息

uploader); ?>
名称 {{ $texture->name }} @if (!is_null($user) && ($texture->uploader == $user->uid || $user->is_admin)) 修改名称 @endif
适用模型 {{ $texture->type }}
Hash {{ substr($texture->hash, 0, 15) }}...
文件大小 {{ $texture->size }} KB
上传者 {{ $uploader->getNickName() }}
上传日期 {{ $texture->upload_at }}
@if (!is_null($user)) @if ($texture->uploader == $user->uid)

删除材质 / 设置隐私

材质设为隐私或被删除后将会从每一个收藏者的衣柜中移除。

@elseif ($user->is_admin)

管理员面板

你可以将此材质设为隐私或删除。这将会使此材质从每一个收藏者的衣柜中移除。

@endif @endif

评论区

@if (Option::get('comment_script') != "") {!! Option::get('comment_script') !!} @else

本站未开启评论服务

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