@guest
Join Skinbase
Sign in
@endguest
Discover
Trending
Rising
Fresh
Top Rated
Most Downloaded
On This Day
@auth
For You
@endauth
Browse
All Artworks
Photography
Wallpapers
Skins
Other
Tags
Creators
Top Creators
Rising Creators
Creator Stories
@auth
Following
@endauth
Community
Forum
Announcements
@auth
@php
$mobileUsername = strtolower((string) (Auth::user()->username ?? ''));
// Guard: username may be null for OAuth users still in onboarding.
$mobileProfile = $mobileUsername !== ''
? (Route::has('profile.show') ? route('profile.show', ['username' => $mobileUsername]) : '/@'.$mobileUsername)
: route('setup.username.create');
@endphp
My Account
Studio
My Favorites
View Profile
Settings
@if(in_array(strtolower((string) (Auth::user()->role ?? '')), ['admin', 'moderator'], true))
Moderation
@endif
@endauth