@include('layouts.navbars.auth.nav-profile')
{{ $slot }}
@include('layouts.footers.auth.footer')
@include('components.plugins.fixed-plugin')
@else
@include('layouts.navbars.auth.sidebar')
@include('layouts.navbars.auth.nav')
@include('components.plugins.fixed-plugin')
{{ $slot }}
@include('layouts.navbars.guest.sign-up')
{{ $slot }}
@include('layouts.footers.guest.with-socials')
@endif
@endguest