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