diff --git a/resources/views/shared/_app_layout.blade.php b/resources/views/shared/_app_layout.blade.php
index 7c503448..2b54fac7 100644
--- a/resources/views/shared/_app_layout.blade.php
+++ b/resources/views/shared/_app_layout.blade.php
@@ -53,7 +53,7 @@
![](/images/ponyfm-logo-white.svg)
- @if (Auth::check())
+ @auth
- @endif
+ @endauth
@@ -90,7 +90,7 @@
About / FAQ
Forum
- @if (Auth::check())
+ @auth
Upload Music
@@ -114,7 +114,7 @@
@else
Login
Register
- @endif
+ @endauth
@if(config('ponyfm.use_powered_by_footer'))
@@ -133,13 +133,13 @@
@yield('app_content')
- @if (Auth::check())
+ @auth
- @endif
+ @endauth
@endsection
@@ -154,12 +154,12 @@