@props([
'components' => [],
'notifications' => true,
'locales' => true,
])
merge(['class' => 'layout-navigation']) }}>
@section("header-inner")
@show
{{ $slot ?? '' }}
@includeWhen(
$notifications && config('moonshine.auth.enable', true),
'moonshine::layouts.shared.notifications'
)
@if($locales)
@include('panel.includes.base.nav.navbar')
@endif