{{-- Mobile Navigation Bar --}} {{-- Deposit with Animation --}} spa_mode) wire:navigate @endif @class(['group relative flex flex-col items-center justify-center px-2 py-4 transition-colors', 'text-theme-primary' => request()->routeIs('user.deposit.*'), 'text-gray-400' => !request()->routeIs('user.deposit.*')])> {{ __('t.deposit') }} @if(request()->routeIs('user.deposit.*')) @endif {{-- Menu Toggle (moved to center to avoid live chat) --}} {{ __('t.menu') }} {{-- Dashboard (Home) --}} spa_mode) wire:navigate @endif @class(['group relative flex flex-col items-center justify-center px-2 py-4 transition-colors', 'text-theme-primary' => request()->routeIs('user.dashboard'), 'text-gray-400' => !request()->routeIs('user.dashboard')])> {{ __('t.home') }} @if(request()->routeIs('user.dashboard')) @endif {{-- Withdraw --}} spa_mode) wire:navigate @endif @class(['group relative flex flex-col items-center justify-center px-2 py-4 transition-colors', 'text-theme-primary' => request()->routeIs('user.withdraw.*'), 'text-gray-400' => !request()->routeIs('user.withdraw.*')])> {{ __('t.withdraw') }} @if(request()->routeIs('user.withdraw.*')) @endif @push('scripts') @endpush