akaunting/resources/views/partials/admin/suggestions.blade.php

7 lines
254 B
PHP
Raw Normal View History

2020-07-02 10:09:23 +03:00
@foreach($modules as $module)
2021-02-13 12:50:28 +03:00
<a href="{{ url($module->action_url) . '?' . http_build_query((array) $module->action_parameters) }}" class="btn btn-white btn-sm" target="{{ $module->action_target }}">
{{ $module->name }}
</a>
2020-07-02 10:09:23 +03:00
@endforeach