6 lines
157 B
PHP
6 lines
157 B
PHP
@if($componentGroups->isNotEmpty() || $ungroupedComponents->isNotEmpty())
|
|
<div class="section-components">
|
|
@include('partials.components')
|
|
</div>
|
|
@endif
|