Skip to content

Commit

Permalink
'Rotita' is just when the user is authentificated
Browse files Browse the repository at this point in the history
  • Loading branch information
TelescuNicolae committed Sep 2, 2019
1 parent f4f0013 commit acc1277
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -92,13 +92,12 @@

@auth()
@include('layouts.page_templates.auth')
@include('layouts.navbars.fixed-plugin')
@endauth

@guest
@include('layouts.page_templates.guest')
@endguest

@include('layouts.navbars.fixed-plugin')

<!-- Core JS Files -->
<script src="{{ asset('paper') }}/js/core/jquery.min.js"></script>
Expand Down

0 comments on commit acc1277

Please sign in to comment.