@guest
@yield('content')
@endguest
@auth
@if (in_array(request()->route()->getName(), ['sign-in-static', 'sign-up-static', 'login', 'register', 'recover-password', 'rtl', 'virtual-reality']))
@yield('content')
@else
@if (!in_array(request()->route()->getName(), ['profile', 'profile-static']))
@elseif (in_array(request()->route()->getName(), ['profile-static', 'profile']))
@endif
@include('layouts.navbars.auth.sidenav')
@yield('content')
@include('components.fixed-plugin')
@endif
@endauth
@stack('js');