mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
8 lines
No EOL
249 B
PHP
8 lines
No EOL
249 B
PHP
@include('admin.parts.breadcrumb.spaces.index')
|
|
<li class="breadcrumb-item">
|
|
@if (auth()->user()->superAdmin)
|
|
<a href="{{ route('admin.spaces.show', $space) }}">{{ $space->name }}</a>
|
|
@else
|
|
{{ $space->name }}
|
|
@endif
|
|
</li> |