8 lines
158 B
PHP
8 lines
158 B
PHP
@if ($group->shouldShowHeading())
|
|
<li class="header">{{ $group->getName() }}</li>
|
|
@endif
|
|
|
|
@foreach ($items as $item)
|
|
{!! $item !!}
|
|
@endforeach
|