2018-05-18 06:03:30 +08:00
|
|
|
<h4>@lang('frontend.toc.toctitle')</h4>
|
|
|
|
<textarea class="form-control" style="height: 150px; border: 1px #ccc solid; background-color: transparent" readonly>
|
|
|
|
@foreach (trans('frontend.toc.toctext') as $line)
|
|
|
|
{{ str_replace(':appname', config('app.name'), $line) }}
|
|
|
|
@endforeach
|
2017-12-23 22:21:40 +08:00
|
|
|
</textarea>
|