{{total_appointments}}
{{util.translate('Total Appointments')}}
{{total_users}}
{{util.translate('Total Users')}}
{{total_freelancers}}
{{util.translate('Total Freelancers')}}
{{total_orders}}
{{util.translate('Total Products Order')}}

{{util.translate('Today Appointments Stats')}}

{{labelTodayAppointments}}

{{util.translate('Weekly Appointments Stats')}}

{{labelWeeklyAppointments}}

{{util.translate('Monthly Appointments Stats')}}

{{labelMonthlyAppointments}}

{{util.translate('Today Orders Stats')}}

{{labelTodayProducts}}

{{util.translate('Weekly Orders Stats')}}

{{labelWeeklyProducts}}

{{util.translate('Monthly Orders Stats')}}

{{labelMonthlyProducts}}
{{util.translate('Recent Appointments')}}
{{util.translate('Id')}} {{util.translate('Freelancer')}} {{util.translate('User')}} {{util.translate('Services')}} {{util.translate('Grand Total')}} {{util.translate('Payment Method')}} {{util.translate('Status')}} {{util.translate('Action')}}
{{item.id}} {{item.freelancerInfo.first_name +' '+ item.freelancerInfo.last_name}} {{item.userInfo.first_name +' '+ item.userInfo.last_name}}

{{cate.name}} ,

{{util.currecny}} {{item.grand_total}} {{item.grand_total}} {{util.currecny}} {{paymentName[item.pay_method]}} {{orderStatusNames[item.status]}}
{{ util.translate('View')}}
{{util.translate('Recent Orders')}}
{{util.translate('Id')}} {{util.translate('Freelancer')}} {{util.translate('User')}} {{util.translate('Services')}} {{util.translate('Grand Total')}} {{util.translate('Status')}} {{util.translate('Payment Method')}} {{util.translate('Action')}}
{{item.id}} {{item.freelancerInfo.first_name +' '+ item.freelancerInfo.last_name}} {{item.userInfo.first_name +' '+ item.userInfo.last_name}}

{{cate.name}} ,

{{util.currecny}} {{item.grand_total}} {{item.grand_total}} {{util.currecny}} {{orderStatusNames[item.status]}} {{paymentName[item.paid_method]}}
{{ util.translate('View')}}
{{util.translate('Recent Contact Forms')}}

{{util.translate('No Data Found..')}}

{{util.translate('ID')}} {{util.translate('Order Id')}} {{util.translate('User')}} {{util.translate('Issue With')}} {{util.translate('Detail')}} {{util.translate('Title')}} {{util.translate('Status')}} {{util.translate('Action')}}
{{item.id}} {{item.order_id}} {{item.userInfo.first_name +' '+ item.userInfo.last_name}} {{issue_With[item.issue_with]}}
{{util.translate('On Order From')}}
{{item.storeInfo.name}}
{{util.translate('On Freelancer')}}
{{item.storeInfo.name}}
{{util.translate('On Driver')}}
{{item.driverInfo.first_name +' '+ item.driverInfo.last_name}}
{{util.translate('On Product')}} {{item.productInfo.name}} {{util.translate('From')}}
{{item.storeInfo.name}}
{{util.translate('On Service')}} {{item.productInfo.name}} {{util.translate('From')}}
{{item.storeInfo.name}}
{{item.title}} {{item.status == 1 ?util.translate('Active'):util.translate('Resolved')}} {{ util.translate('View / Reply')}}