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

@lang('skinlib.show.title')

@if (option('comment_script'))

@lang('skinlib.show.comment')

{!! get_string_replaced(option('comment_script'), [ '{tid}' => $texture->tid, '{name}' => $texture->name, '{url}' => request()->url() ]) !!}
@endif
@endsection