@if(app()->getLocale() == 'ru')
RU
@elseif(app()->getLocale() == 'kz')
KZ
@elseif(app()->getLocale() == 'en')
EN
@endif
@elseif(app()->getLocale() == 'kz')
KZ
@elseif(app()->getLocale() == 'en')
EN
@endif
@auth
@if (auth()->user()->name === 'admin')
@endif
@endauth
@guest
-
@php
$autoNav = $nav->{'pipicar-nav-auto'} ?? null;
@endphp
@if($autoNav)
@if(isset($autoNav->childs))
-
{{ $autoNav->label }}
-
@foreach($autoNav->childs as $child)
- {{ $child->label ?? 'Без названия' }} @endforeach
@endif
@endif
@if (Route::has('login'))
{{ __('Войти') }}
@endif
@if (Route::has('register'))
{{ __('Регистрация') }}
@endif
@else
@endguest