Add view content.

This commit is contained in:
Edward Yang 2023-06-01 16:07:36 +08:00
parent 3aec43abb7
commit 8f167ac2b0
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
<div class="modules-box">
@hook('footer.modules.before')
@hook('home.modules.before')
@foreach($modules as $module)
@include($module['view_path'], $module)
@endforeach
@hook('footer.modules.after')
@hook('home.modules.after')
</div>