2024-05-17 23:54:03 -04:00
|
|
|
@foreach ($sections as $section)
|
|
|
|
@include('components.mod-list-section-partial', [
|
|
|
|
'title' => $section['title'],
|
2024-08-05 10:10:00 -04:00
|
|
|
'mods' => $section['mods'],
|
2024-05-17 23:54:03 -04:00
|
|
|
'versionScope' => $section['versionScope'],
|
|
|
|
])
|
|
|
|
@endforeach
|