{{ __('nav.home') }} {{ __('nav.search') }} {{ __('nav.public-playlists') }} @auth {{ __('nav.downloads') }} @endauth {{ __('nav.our-discord-server') }}

{{ __('nav.theme') }}

@include('partials.themeswitcher')
@livewire('nav-live-search')
@php $random = App\Models\Episode::inRandomOrder()->limit(1)->pluck('slug')->first(); @endphp

Random

@auth @php $notAvailable = Auth::user()->unreadNotifications()->count() > 0; @endphp @else @php $notAvailable = false; @endphp @endauth
@auth {{ __('Profile') }} @if ($notAvailable) Notifications @else Notifications @endif {{ __('nav.comments') }} {{ __('nav.likes') }} {{ __('nav.playlists') }} {{ __('nav.watched') }} {{ __('nav.settings') }} @if (Auth::user()->is_admin) Admin @endif @endauth @auth
@csrf {{ __('nav.logout') }}
@endauth @guest
{{ __('nav.login') }}
@endguest
@auth
@include('partials.mobilesearch')
@if (Auth::user()->avatar) {{ Auth::user()->getTagAttribute() }} @else Guest @endif {{ Auth::user()->username }}
{{ __('nav.profile') }} @if ($notAvailable) Notifications @else Notifications @endif {{ __('nav.comments') }} {{ __('nav.likes') }} {{ __('nav.playlists') }} {{ __('nav.watched') }}
@csrf {{ __('nav.logout') }}
@else
@include('partials.mobilesearch')
{{ __('nav.login') }}
@endauth