@include('layouts.navbars.auth.nav-rtl')
@yield('content')
@include('layouts.footers.auth.footer')
@elseif (\Request::is('profile'))
@include('layouts.navbars.auth.sidebar')
@include('layouts.navbars.auth.nav')
@yield('content')
@elseif (\Request::is('virtual-reality'))
@include('layouts.navbars.auth.nav')
@include('layouts.navbars.auth.nav')
@yield('content')
@include('layouts.footers.auth.footer')
@endif
@include('components.fixed-plugin')
@endif
@endsection