Add view content.
This commit is contained in:
parent
3aec43abb7
commit
8f167ac2b0
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue