Last active
June 10, 2019 19:06
-
-
Save ivansostarko/3050346ae0a206a8456dcde9b26bfbf6 to your computer and use it in GitHub Desktop.
Laravel Modules extended Menu (https://github.com/nWidart/laravel-modules)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@foreach(Module::all() as $module) | |
{!! ModulesMenu::generateMenu($module->alias) !!} | |
@endforeach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment