{{util.translate('Basic Informations')}}

{{util.translate('Name')}} :

{{name}}

{{util.translate('Email')}} :

{{email}}

{{util.translate('Contact No')}} :

{{phone}}

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

{{appointments.length}}

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

{{appointments.length}}

{{util.translate('Address')}}

{{address.length}}

{{util.translate('Reviews')}}

{{ratings.length}}
{{util.translate('Appointments')}}

{{util.translate('No New Appointments Found')}}

{{util.translate('Appointments')}} #{{item.id}}

{{item.freelancerInfo.first_name}} {{item.freelancerInfo.last_name}}

{{item.freelancerInfo.mobile}}

{{order.name}} {{util.currecny}} {{order.discount == 0 ? order.price : order.discount}} {{order.discount ==0 ? order.price : order.discount}} {{util.currecny}}

{{util.translate('Grand Total')}}{{item.grand_total}}

{{util.translate('Slot')}}{{item.save_date}} {{item.slot}}

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

{{util.translate('No New Orders Found')}}

{{util.translate('Orders')}} #{{item.id}}

{{item.freelancerInfo.first_name}} {{item.freelancerInfo.last_name}}

{{item.freelancerInfo.mobile}}

{{order.name}} - {{util.currecny}} {{order.discount == 0 ? order.price : order.discount}} {{order.discount ==0 ? order.price : order.discount}} {{util.currecny}} X {{order.quantity}}

{{util.translate('Grand Total')}}{{item.grand_total}}

{{getDate(item.date_time)}}

{{util.translate('Address')}}
{{util.translate('Id')}} {{util.translate('Title')}} {{util.translate('Address')}} {{util.translate('House')}} {{util.translate('Landmark')}} {{util.translate('Pincode')}} {{util.translate('Actions')}}
{{item.id}} {{getTitle(item.title)}} {{item.address}} {{item.house}} {{item.landmark}} {{item.pincode}} {{ util.translate('Delete')}}
{{util.translate('Handy Man Reviews')}}
{{util.translate('Id')}} {{util.translate('On')}} {{util.translate('Rating')}} {{util.translate('Comment')}}
{{item.id}}
{{item.freelancerInfo.first_name}} {{item.freelancerInfo.last_name}}
{{util.translate('Saved on:')}} {{getDate(item.created_at)}}
{{item.rating}} / 5 {{item.notes}}
{{util.translate('Products Reviews')}}
{{util.translate('Id')}} {{util.translate('On')}} {{util.translate('Rating')}} {{util.translate('Comment')}}
{{item.id}}
{{item.productInfo.name}}
{{util.translate('Saved on:')}} {{getDate(item.created_at)}}
{{item.rating}} / 5 {{item.notes}}