mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 19:58:27 +00:00
6 lines
No EOL
250 B
PHP
6 lines
No EOL
250 B
PHP
@foreach ($items as $route => $value)
|
|
<a @if (str_starts_with(url()->current(), route($route)))class="current"@endif href="{{ route($route) }}">
|
|
<i class="ph ph-{{ $value['icon'] }}"></i>
|
|
{{ $value['title'] }}
|
|
</a>
|
|
@endforeach |