Skip to content

Commit 5bb7e5f

Browse files
author
Gijs Jorissen
committed
Merge branch 'master' of github.com:appstract/laravel-bootstrap-components
2 parents d3d359a + c3d825f commit 5bb7e5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<ul class="list-group {{ $class or '' }}">
2+
@isset($items)
3+
@foreach($items as $item)
4+
<li class="list-group-item">{{ $item }}</li>
5+
@endforeach
6+
@endisset
7+
8+
{{ $slot }}
9+
</ul>

0 commit comments

Comments
 (0)