- Name {{$ctrl.user.name ? $ctrl.user.name : '--'}}
- Username {{$ctrl.user.username}}
- Email ID {{$ctrl.user.email ? $ctrl.user.email: '--'}}
- Mobile Number {{$ctrl.user.mobile_number ? $ctrl.user.mobile_number: '--'}}
- IMEI {{$ctrl.user.imei ? $ctrl.user.imei : '--'}}
- OTP {{$ctrl.user.otp ? $ctrl.user.otp : '--'}}
- MPIN {{$ctrl.user.mpin ? $ctrl.user.mpin : '--'}}
- Role {{$ctrl.user_roles ? $ctrl.user_roles : '--'}}
- Active Status {{$ctrl.user.deleted_at ? 'Inactive' : 'Active'}}