mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-24 14:04:07 +08:00
6 lines
111 B
PHP
6 lines
111 B
PHP
{!! $item->render() !!}
|
|
|
|
@if ($item->description)
|
|
<p class="description">{!! $item->description !!}</p>
|
|
@endif
|