@vite(['resources/css/app.css','resources/scss/nova.scss','resources/js/nova.js']) @stack('head')
Skinbase
@guest
Join
Sign in
@endguest @auth @php $userId = auth()->id(); $novaCounts = $novaCounts ?? []; $favCount = $novaCounts['favourites'] ?? null; $msgCount = $novaCounts['messages'] ?? null; $noticeCount = $novaCounts['notifications'] ?? null; @endphp
@if($favCount)
{{ $favCount }}
@endif
@if($msgCount)
{{ $msgCount }}
@endif
@if($noticeCount)
{{ $noticeCount }}
@endif
@endauth
All Artworks
Types
Photography
Wallpapers
Skins
Other
Featured
Forum
@auth
Upload
Edit Artworks
Statistics
My Followers
Who I Follow
Received Comments
My Favourites
My Gallery
Edit Profile
View Profile
@csrf
Logout
@else
Join
Sign in
@endauth
@guest
Join
Sign in
@endguest
All Artworks
Photography
Wallpapers
Skins
Other
Featured
Forum
Profile
Settings
@yield('content')