first upload all files
This commit is contained in:
7
resources/views/vendor/sidebar/group.blade.php
vendored
Normal file
7
resources/views/vendor/sidebar/group.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
@if ($group->shouldShowHeading())
|
||||
<li class="header">{{ $group->getName() }}</li>
|
||||
@endif
|
||||
|
||||
@foreach ($items as $item)
|
||||
{!! $item !!}
|
||||
@endforeach
|
||||
Reference in New Issue
Block a user