where('is_active',1) ->where('cyware_synced',1) ->count(); return ($loyaltyCard > 0) ? false : true; } /** * Get the validation error message. * * @return string */ public function message() { return 'Mobile Number already exists'; } }