@foreach ($linkGroups['left'] as $link) {!! $link->render('mobile') !!}
@endforeach
@foreach ($linkGroups['right'] as $link) {!! $link->render('mobile') !!}
@endforeach @if (($currentUser = auth()->user()) && config('twill.enabled.users-management')) {{ twillTrans('twill::lang.nav.cms-users') }}
{{ twillTrans('twill::lang.nav.profile') }}
{{ twillTrans('twill::lang.nav.logout') }} @endif