mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
5 lines
No EOL
157 B
PHP
5 lines
No EOL
157 B
PHP
@if (auth()->user()->superAdmin)
|
|
<li class="breadcrumb-item">
|
|
<a href="{{ route('admin.spaces.index') }}">{{ __('Spaces') }}</a>
|
|
</li>
|
|
@endif |