{{-- User Profile Section --}}
{{ auth()->user()->name }}

{{ auth()->user()->name }}

{{ auth()->user()->email }}

{{-- Navigation Menu --}}
{{-- Main Navigation Group --}}
{{-- Dashboard --}} spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.dashboard'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.dashboard') ])> {{ __('t.dash') }} {{-- Trading & Markets Group --}}

Trading

{{-- Live Trading --}} spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.trading.*'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.trading.*') ])> Live Trading {{-- Crypto Swap --}} @if($mod['cryptoswap'] == 'true')
spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2 rounded-xl transition-all', 'text-theme-primary' => request()->routeIs('user.swap.assets'), 'text-gray-400 hover:text-gray-100' => !request()->routeIs('user.swap.assets') ])> Market Assets spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2 rounded-xl transition-all', 'text-theme-primary' => request()->routeIs('user.swap.transactions'), 'text-gray-400 hover:text-gray-100' => !request()->routeIs('user.swap.transactions') ])> Swap History
@endif {{-- Copy Trading --}} @if($settings->use_copytrade) spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.copier.*'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.copier.*') ])> Copy Trading @endif {{-- Trade Signals --}}
{{-- Investment Plans Group --}} @if($mod['investment'] == 'true')

Investment

@can('purchase plan') spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2 rounded-xl transition-all', 'text-theme-primary' => request()->routeIs('user.investment.buyplan'), 'text-gray-400 hover:text-gray-100' => !request()->routeIs('user.investment.buyplan') ])> Browse Plans @endcan @can('see their plans') spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2 rounded-xl transition-all', 'text-theme-primary' => request()->routeIs('user.investment.myplans'), 'text-gray-400 hover:text-gray-100' => !request()->routeIs('user.investment.myplans') ])> My Investments @endcan
@endif {{-- Wallet & Funds Management --}}

Wallet

@can('make deposit') spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.deposit.*'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.deposit.*') ])> Deposit Funds @endcan @can('make withdrawal') spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.withdraw.request'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.withdraw.request') ])> Withdraw Funds @endcan @if($settings->use_transfer) spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.transferfund'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.transferfund') ])> Transfer Funds @endif @can('see their transactions history') spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.transactions.*'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.transactions.*') ])> Transaction History @endcan
{{-- Education & Resources --}} @if($mod['membership'] == 'true')

Education

spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2 rounded-xl transition-all', 'text-theme-primary' => request()->routeIs('user.membership.courses'), 'text-gray-400 hover:text-gray-100' => !request()->routeIs('user.membership.courses') ])> All Courses spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2 rounded-xl transition-all', 'text-theme-primary' => request()->routeIs('user.membership.mycourses'), 'text-gray-400 hover:text-gray-100' => !request()->routeIs('user.membership.mycourses') ])> My Courses
@endif {{-- Account & Support --}}

Account

@can('refer users') spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.referral'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.referral') ])> Referral Program @endcan spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.notifications'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.notifications') ])> Notifications @can('contact support') spa_mode) wire:navigate @endif @class([ 'flex items-center gap-3 px-4 py-2.5 rounded-xl transition-all', 'bg-gradient-to-r from-theme-primary/10 to-transparent text-theme-primary' => request()->routeIs('user.contactsupport'), 'text-gray-400 hover:bg-theme-tertiary hover:text-gray-100' => !request()->routeIs('user.contactsupport') ])> Support Center @endcan
{{-- Promotional Card & Logout --}}
{{-- Promo Card --}}

Start Trading Today

Access global markets and grow your portfolio

spa_mode) wire:navigate @endif class="block w-full bg-gradient-to-r from-theme-primary to-theme-primary/80 text-white text-sm font-medium py-2 px-4 rounded-lg hover:brightness-110 transition-all text-center"> Trade Now
{{-- Logout Button --}}
@csrf