mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
8 lines
232 B
PHP
8 lines
232 B
PHP
@foreach ($sections as $section)
|
|
@include('components.mod-list-section-partial', [
|
|
'title' => $section['title'],
|
|
'mods' => $section['mods'],
|
|
'versionScope' => $section['versionScope'],
|
|
])
|
|
@endforeach
|