@if (auth()->check() && request()->route()->getName() != "" && auth()->user()->level != 'guest')
@include('layouts.navbars.sidebar')
@endif
@include('layouts.navbars.navbar')
@yield('content')
@include('layouts.footer.nav')
{{-- jquery --}}
{{-- --}}
{{-- --}}
@stack('js')