@vite(['resources/css/app.css', 'resources/js/app.js'])
@if($platformSettings['platform_logo'])
@else
{{ substr($platformSettings['platform_name'], 0, 1) }}
@endif
{{ $platformSettings['platform_name'] }}
🏠 Home
@auth
📊 Dashboard
@endauth
⚔️ Challenges
Browse Challenges
@auth
⚔️ My Challenges
@if(auth()->user()->role->canCreateContent())
Create Challenge
@endif @endauth
Compete for real money rewards
🏆 Tournaments
Browse Tournaments
@auth
🏆 My Tournaments
@if(auth()->user()->canCreateTournaments())
Create Tournament
@endif @endauth
Join competitive tournaments
👥 Community
🏅 Leaderboards
🤝 Find Players
@auth
👥 My Friends @if(auth()->user()->getFriendRequestsCount() > 0)
{{ auth()->user()->getFriendRequestsCount() }}
@endif
@endauth
Connect with gamers worldwide
📰 News
⋯ More
About Us
Contact
FAQ
Privacy Policy
Terms of Service
@auth
Level
{{ auth()->user()->level }}
@php $xpService = app(\App\Services\XPService::class); $progress = $xpService->getLevelProgress(auth()->user()); @endphp
XP
{{ number_format(auth()->user()->xp ?? 0) }}
₦{{ number_format(auth()->user()->wallet_balance ?? 0, 2) }}
{{ substr(auth()->user()->username, 0, 1) }}
{{ auth()->user()->username }}
{{ auth()->user()->username }}
{{ auth()->user()->role->getDisplayName() }}
@if(auth()->user()->role->value === 'premium_user')
⭐ Premium
@elseif(auth()->user()->role->value === 'creator')
✨ Creator
@elseif(auth()->user()->role->value === 'moderator')
⚖️ Moderator
@elseif(auth()->user()->role->value === 'admin')
🛡️ Admin
@endif
👤 My Profile
💰 My Wallet
🔔 Notifications
@if(auth()->user()->role->canCreateContent())
✍️ My Blogs
@endif @if(auth()->user()->canManageDisputes())
⚖️ Moderator Panel
@endif @if(auth()->user()->is_organizer)
🛡️ Admin Dashboard
@endif
@csrf
🚪 Logout
@else
Login
Sign Up
@endauth
@if($platformSettings['platform_logo'])
@else
{{ substr($platformSettings['platform_name'], 0, 1) }}
@endif
{{ $platformSettings['platform_name'] }}
🏠
Home
@auth
📊
Dashboard
@endauth
⚔️
Challenges
Browse Challenges
@auth
My Challenges
@if(auth()->user()->role->canCreateContent())
Create Challenge
@endif @endauth
🏆
Tournaments
Browse Tournaments
@auth
My Tournaments
@if(auth()->user()->canCreateTournaments())
Create Tournament
@endif @endauth
👥
Community
Leaderboards
Find Players
@auth
My Friends @if(auth()->user()->getFriendRequestsCount() > 0)
{{ auth()->user()->getFriendRequestsCount() }}
@endif
@endauth
📰
News
@auth
{{ substr(auth()->user()->username, 0, 1) }}
{{ auth()->user()->username }}
{{ auth()->user()->role->getDisplayName() }}
👤 My Profile
💰 My Wallet
🔔 Notifications
@if(auth()->user()->role->canCreateContent())
✍️ My Blogs
@endif @if(auth()->user()->canManageDisputes())
⚖️ Moderator Panel
@endif @if(auth()->user()->is_organizer)
🛡️ Admin Dashboard
@endif
@csrf
🚪 Logout
@else
Login
Sign Up
@endauth
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@yield('content')
🏠
Home
@auth
📊
Dashboard
@else
👤
Login
@endauth
⚔️
Challenges
🏆
Tournaments
⋯
More