mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-08-01 17:17:12 -04:00
6 lines
349 B
PHP
6 lines
349 B
PHP
@if (permissionCheck('languages.index') && menuManagerCheck(2,18,'languages.index')->status == 1)
|
|
<li data-position="{{ menuManagerCheck(2,18,'languages.index')->position }}">
|
|
<a href="{{ route('languages.index') }}" @if (request()->is('setup/language')) class="active" @endif>{{ __('language.Language Settings') }}</a>
|
|
</li>
|
|
@endif
|