Welcome Back

{{ user.username }}

{{ user.username.slice(0,2).toUpperCase() }}

Boost Service

{{ selectedCategory || 'Select Category' }}
{{ cat }}

If the category you need isn't listed among the main categories, select "Others"

{{ selectedService || 'Select Service' }}
{{ svc }}
{{ selectedSubService ? selectedSubService['sub-service'] : 'Select Sub-Service' }}
{{ sub['sub-service'] }}

Min: {{ selectedSubService.minimum }} - Max: {{ selectedSubService.maximum }}

{{ selectedSubService.currency }}{{ (orderQuantity * parseFloat(selectedSubService.price)).toFixed(5) }}