mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
6 lines
107 B
PHP
6 lines
107 B
PHP
|
<div class="input-group">
|
||
|
@foreach($items as $item)
|
||
|
{!! $item->render() !!}
|
||
|
@endforeach
|
||
|
</div>
|