@props([
'components' => [],
'notifications' => true,
'locales' => true,
])
merge(['class' => 'layout-navigation']) }}>
@section("header-inner")
@show
{{ $slot ?? '' }}
@includeWhen(
$notifications && config('moonshine.auth.enable', true),
'panel.includes.base.nav.notifications'
)
@if($locales)
@auth
@if(!isset(auth()->user()->moonshine_user_role_id))
Ввести промокод
@endif
@endauth
@foreach(config('game.lang') as $lang)
@if(app()->getLocale() !== $lang)
@endif
@endforeach
@endif