refactored suggestions

This commit is contained in:
Denis Duliçi
2020-07-02 10:09:23 +03:00
parent d22a3e2001
commit 6cc2d9682b
4 changed files with 52 additions and 51 deletions

View File

@ -0,0 +1,6 @@
@foreach($modules as $module)
<span>
<a href="{{ url($module->action_url) . '?' . http_build_query((array) $module->action_parameters) }}" class="btn btn-white btn-sm header-button-bottom" target="{{ $module->action_target }}"><span class="fa fa-rocket"></span> &nbsp;{{ $module->name }}</a>
</span>
@endforeach