Welcome Back
{{ user.username }}
{{ user.username.slice(0,2).toUpperCase() }}
Notifications
No notifications
{{ user.username.slice(0,2).toUpperCase() }}
{{ user.fullname || user.username }}
{{ user.email }}
Dashboard
Manage your services
₦{{ user ? user.balance.toLocaleString('en-NG', { minimumFractionDigits: 2 }) : '0.00' }}
Boost Service
If the category you need isn't listed among the main categories, select "Others"
{{ selectedService || 'Select Service' }}
{{ svc }}
Min: {{ selectedSubService.minimum }} - Max: {{ selectedSubService.maximum }}
{{ selectedSubService.currency }}{{ (orderQuantity * parseFloat(selectedSubService.price)).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }) }}