mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
6 lines
172 B
PHP
6 lines
172 B
PHP
<textarea class="form-control" rows="{{ $rows }}" name="{{ $id }}">{{ $value }}</textarea>
|
|
|
|
@if ($description != "")
|
|
<p class="description">{!! $description !!}</p>
|
|
@endif
|